Class: Aws::Types::ResourceGatewaySummary
- Inherits:
-
Object
- Object
- Aws::Types::ResourceGatewaySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ip_address_type ⇒ "IPV4", ...
Returns the value of attribute ip_address_type.
-
#ipv4_addresses_per_eni ⇒ ::Integer
Returns the value of attribute ipv4_addresses_per_eni.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_config_dns_resolution ⇒ "IN_VPC", "PUBLIC"
Returns the value of attribute resource_config_dns_resolution.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def id @id end |
#ip_address_type ⇒ "IPV4", ...
Returns the value of attribute ip_address_type.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def ip_address_type @ip_address_type end |
#ipv4_addresses_per_eni ⇒ ::Integer
Returns the value of attribute ipv4_addresses_per_eni.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def ipv4_addresses_per_eni @ipv4_addresses_per_eni end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def name @name end |
#resource_config_dns_resolution ⇒ "IN_VPC", "PUBLIC"
Returns the value of attribute resource_config_dns_resolution.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def resource_config_dns_resolution @resource_config_dns_resolution end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def security_group_ids @security_group_ids end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def status @status end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def subnet_ids @subnet_ids end |
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def vpc_identifier @vpc_identifier end |