Class: Aws::DataZone::Types::ConfigurableEnvironmentAction

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#authString

The authentication type of a configurable action of a Amazon DataZone environment.

Returns:

  • (String)


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

#parametersArray<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

#typeString

The type of a configurable action in a Amazon DataZone environment.

Returns:

  • (String)


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