Class: Aws::Types::CreatePlatformVersionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#environment_name::String

Returns the value of attribute environment_name.

Returns:



282
283
284
# File 'sig/types.rbs', line 282

def environment_name
  @environment_name
end

#option_settings::Array[Types::ConfigurationOptionSetting]

Returns the value of attribute option_settings.

Returns:



283
284
285
# File 'sig/types.rbs', line 283

def option_settings
  @option_settings
end

#platform_definition_bundleTypes::S3Location

Returns the value of attribute platform_definition_bundle.

Returns:



281
282
283
# File 'sig/types.rbs', line 281

def platform_definition_bundle
  @platform_definition_bundle
end

#platform_name::String

Returns the value of attribute platform_name.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def platform_name
  @platform_name
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:



280
281
282
# File 'sig/types.rbs', line 280

def platform_version
  @platform_version
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



284
285
286
# File 'sig/types.rbs', line 284

def tags
  @tags
end