Class: Aws::Types::Gateway
- Inherits:
-
Object
- Object
- Aws::Types::Gateway
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#egress_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute egress_cidr_blocks.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#gateway_messages ⇒ ::Array[Types::MessageDetail]
Returns the value of attribute gateway_messages.
-
#gateway_state ⇒ "CREATING", ...
Returns the value of attribute gateway_state.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#networks ⇒ ::Array[Types::GatewayNetwork]
Returns the value of attribute networks.
Instance Attribute Details
#egress_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute egress_cidr_blocks.
826 827 828 |
# File 'sig/types.rbs', line 826 def egress_cidr_blocks @egress_cidr_blocks end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
827 828 829 |
# File 'sig/types.rbs', line 827 def gateway_arn @gateway_arn end |
#gateway_messages ⇒ ::Array[Types::MessageDetail]
Returns the value of attribute gateway_messages.
828 829 830 |
# File 'sig/types.rbs', line 828 def @gateway_messages end |
#gateway_state ⇒ "CREATING", ...
Returns the value of attribute gateway_state.
829 830 831 |
# File 'sig/types.rbs', line 829 def gateway_state @gateway_state end |
#name ⇒ ::String
Returns the value of attribute name.
830 831 832 |
# File 'sig/types.rbs', line 830 def name @name end |
#networks ⇒ ::Array[Types::GatewayNetwork]
Returns the value of attribute networks.
831 832 833 |
# File 'sig/types.rbs', line 831 def networks @networks end |