Class: Aws::DataZone::Types::ConfigurableEnvironmentAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ConfigurableEnvironmentAction
- Includes:
- Structure
- Defined in:
- 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.
1219 1220 1221 1222 1223 1224 1225 |
# File 'lib/aws-sdk-datazone/types.rb', line 1219 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.
1219 1220 1221 1222 1223 1224 1225 |
# File 'lib/aws-sdk-datazone/types.rb', line 1219 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.
1219 1220 1221 1222 1223 1224 1225 |
# File 'lib/aws-sdk-datazone/types.rb', line 1219 class ConfigurableEnvironmentAction < Struct.new( :auth, :parameters, :type) SENSITIVE = [] include Aws::Structure end |