Class: Aws::Types::UpdateInfrastructureConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2112
2113
2114
# File 'sig/types.rbs', line 2112

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2100
2101
2102
# File 'sig/types.rbs', line 2100

def description
  @description
end

#infrastructure_configuration_arn ⇒ ::String

Returns the value of attribute infrastructure_configuration_arn.

Returns:

  • (::String)


2099
2100
2101
# File 'sig/types.rbs', line 2099

def infrastructure_configuration_arn
  @infrastructure_configuration_arn
end

#instance_metadata_options ⇒ Types::InstanceMetadataOptions

Returns the value of attribute instance_metadata_options.



2110
2111
2112
# File 'sig/types.rbs', line 2110

def 
  
end

#instance_profile_name ⇒ ::String

Returns the value of attribute instance_profile_name.

Returns:

  • (::String)


2102
2103
2104
# File 'sig/types.rbs', line 2102

def instance_profile_name
  @instance_profile_name
end

#instance_types ⇒ ::Array[::String]

Returns the value of attribute instance_types.

Returns:

  • (::Array[::String])


2101
2102
2103
# File 'sig/types.rbs', line 2101

def instance_types
  @instance_types
end

#key_pair ⇒ ::String

Returns the value of attribute key_pair.

Returns:

  • (::String)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def key_pair
  @key_pair
end

#logging ⇒ Types::Logging

Returns the value of attribute logging.

Returns:



2105
2106
2107
# File 'sig/types.rbs', line 2105

def logging
  @logging
end

#placement ⇒ Types::Placement

Returns the value of attribute placement.

Returns:



2111
2112
2113
# File 'sig/types.rbs', line 2111

def placement
  @placement
end

#resource_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute resource_tags.

Returns:

  • (::Hash[::String, ::String])


2109
2110
2111
# File 'sig/types.rbs', line 2109

def resource_tags
  @resource_tags
end

#security_group_ids ⇒ ::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


2103
2104
2105
# File 'sig/types.rbs', line 2103

def security_group_ids
  @security_group_ids
end

#sns_topic_arn ⇒ ::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def sns_topic_arn
  @sns_topic_arn
end

#subnet_id ⇒ ::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


2104
2105
2106
# File 'sig/types.rbs', line 2104

def subnet_id
  @subnet_id
end

#terminate_instance_on_failure ⇒ Boolean

Returns the value of attribute terminate_instance_on_failure.

Returns:

  • (Boolean)


2107
2108
2109
# File 'sig/types.rbs', line 2107

def terminate_instance_on_failure
  @terminate_instance_on_failure
end