Class: Aws::Types::InfrastructureConfigurationSummary

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)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def arn
  @arn
end

#date_created ⇒ ::String

Returns the value of attribute date_created.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def date_created
  @date_created
end

#date_updated ⇒ ::String

Returns the value of attribute date_updated.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def date_updated
  @date_updated
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def description
  @description
end

#instance_profile_name ⇒ ::String

Returns the value of attribute instance_profile_name.

Returns:

  • (::String)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def instance_profile_name
  @instance_profile_name
end

#instance_types ⇒ ::Array[::String]

Returns the value of attribute instance_types.

Returns:

  • (::Array[::String])


1211
1212
1213
# File 'sig/types.rbs', line 1211

def instance_types
  @instance_types
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def name
  @name
end

#placement ⇒ Types::Placement

Returns the value of attribute placement.

Returns:



1213
1214
1215
# File 'sig/types.rbs', line 1213

def placement
  @placement
end

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

Returns the value of attribute resource_tags.

Returns:

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


1209
1210
1211
# File 'sig/types.rbs', line 1209

def resource_tags
  @resource_tags
end

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

Returns the value of attribute tags.

Returns:

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


1210
1211
1212
# File 'sig/types.rbs', line 1210

def tags
  @tags
end