Class: Aws::DataZone::Types::ConfigurableEnvironmentAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ConfigurableEnvironmentAction
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The configurable action of a Amazon DataZone environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth ⇒ String
The authentication type of a configurable action of a Amazon DataZone environment.
-
#parameters ⇒ Array<Types::ConfigurableActionParameter>
The parameters of a configurable action in a Amazon DataZone environment.
-
#type ⇒ String
The type of a configurable action in a Amazon DataZone environment.
Instance Attribute Details
#auth ⇒ String
The authentication type of a configurable action of a Amazon DataZone environment.
1439 1440 1441 1442 1443 1444 1445 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1439 class ConfigurableEnvironmentAction < Struct.new( :auth, :parameters, :type) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::ConfigurableActionParameter>
The parameters of a configurable action in a Amazon DataZone environment.
1439 1440 1441 1442 1443 1444 1445 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1439 class ConfigurableEnvironmentAction < Struct.new( :auth, :parameters, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of a configurable action in a Amazon DataZone environment.
1439 1440 1441 1442 1443 1444 1445 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1439 class ConfigurableEnvironmentAction < Struct.new( :auth, :parameters, :type) SENSITIVE = [] include Aws::Structure end |