Class: Aws::Types::UpdateResourceGatewayResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceGatewayResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ip_address_type ⇒ "IPV4", "IPV6"
Returns the value of attribute ip_address_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def id @id end |
#ip_address_type ⇒ "IPV4", "IPV6"
Returns the value of attribute ip_address_type.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def ip_address_type @ip_address_type end |
#name ⇒ ::String
Returns the value of attribute name.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def name @name end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def security_group_ids @security_group_ids end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def status @status end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def vpc_id @vpc_id end |