Class: Aws::DataZone::Types::EnvironmentActionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentActionSummary
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The details about the specified action configured for an environment. For example, the details of the specified console links for an analytics tool that is available in this environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The environment action description.
-
#domain_id ⇒ String
The Amazon DataZone domain ID of the environment action.
-
#environment_id ⇒ String
The environment ID of the environment action.
-
#id ⇒ String
The ID of the environment action.
-
#name ⇒ String
The name of the environment action.
-
#parameters ⇒ Types::ActionParameters
The parameters of the environment action.
Instance Attribute Details
#description ⇒ String
The environment action description.
6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6616 class EnvironmentActionSummary < Struct.new( :description, :domain_id, :environment_id, :id, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The Amazon DataZone domain ID of the environment action.
6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6616 class EnvironmentActionSummary < Struct.new( :description, :domain_id, :environment_id, :id, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The environment ID of the environment action.
6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6616 class EnvironmentActionSummary < Struct.new( :description, :domain_id, :environment_id, :id, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the environment action.
6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6616 class EnvironmentActionSummary < Struct.new( :description, :domain_id, :environment_id, :id, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the environment action.
6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6616 class EnvironmentActionSummary < Struct.new( :description, :domain_id, :environment_id, :id, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::ActionParameters
The parameters of the environment action.
6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6616 class EnvironmentActionSummary < Struct.new( :description, :domain_id, :environment_id, :id, :name, :parameters) SENSITIVE = [] include Aws::Structure end |