Class: Aws::Types::InfrastructureConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def arn
  @arn
end

#date_created ⇒ ::String

Returns the value of attribute date_created.

Returns:

  • (::String)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def date_created
  @date_created
end

#date_updated ⇒ ::String

Returns the value of attribute date_updated.

Returns:

  • (::String)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def date_updated
  @date_updated
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def description
  @description
end

#instance_metadata_options ⇒ Types::InstanceMetadataOptions

Returns the value of attribute instance_metadata_options.



1197
1198
1199
# File 'sig/types.rbs', line 1197

def 
  
end

#instance_profile_name ⇒ ::String

Returns the value of attribute instance_profile_name.

Returns:

  • (::String)


1187
1188
1189
# File 'sig/types.rbs', line 1187

def instance_profile_name
  @instance_profile_name
end

#instance_types ⇒ ::Array[::String]

Returns the value of attribute instance_types.

Returns:

  • (::Array[::String])


1186
1187
1188
# File 'sig/types.rbs', line 1186

def instance_types
  @instance_types
end

#key_pair ⇒ ::String

Returns the value of attribute key_pair.

Returns:

  • (::String)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def key_pair
  @key_pair
end

#logging ⇒ Types::Logging

Returns the value of attribute logging.

Returns:



1190
1191
1192
# File 'sig/types.rbs', line 1190

def logging
  @logging
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def name
  @name
end

#placement ⇒ Types::Placement

Returns the value of attribute placement.

Returns:



1199
1200
1201
# File 'sig/types.rbs', line 1199

def placement
  @placement
end

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

Returns the value of attribute resource_tags.

Returns:

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


1196
1197
1198
# File 'sig/types.rbs', line 1196

def resource_tags
  @resource_tags
end

#security_group_ids ⇒ ::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1188
1189
1190
# File 'sig/types.rbs', line 1188

def security_group_ids
  @security_group_ids
end

#sns_topic_arn ⇒ ::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def sns_topic_arn
  @sns_topic_arn
end

#subnet_id ⇒ ::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


1189
1190
1191
# File 'sig/types.rbs', line 1189

def subnet_id
  @subnet_id
end

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

Returns the value of attribute tags.

Returns:

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


1198
1199
1200
# File 'sig/types.rbs', line 1198

def tags
  @tags
end

#terminate_instance_on_failure ⇒ Boolean

Returns the value of attribute terminate_instance_on_failure.

Returns:

  • (Boolean)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def terminate_instance_on_failure
  @terminate_instance_on_failure
end