Class: Aws::Types::StaticIpConnectionInfo
- Inherits:
-
Object
- Object
- Aws::Types::StaticIpConnectionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_gateway ⇒ ::String
Returns the value of attribute default_gateway.
-
#dns ⇒ ::Array[::String]
Returns the value of attribute dns.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#mask ⇒ ::String
Returns the value of attribute mask.
Instance Attribute Details
#default_gateway ⇒ ::String
Returns the value of attribute default_gateway.
809 810 811 |
# File 'sig/types.rbs', line 809 def default_gateway @default_gateway end |
#dns ⇒ ::Array[::String]
Returns the value of attribute dns.
810 811 812 |
# File 'sig/types.rbs', line 810 def dns @dns end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
811 812 813 |
# File 'sig/types.rbs', line 811 def ip_address @ip_address end |
#mask ⇒ ::String
Returns the value of attribute mask.
812 813 814 |
# File 'sig/types.rbs', line 812 def mask @mask end |