Class: Aws::Types::AttachStaticIpRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachStaticIpRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
-
#static_ip_name ⇒ ::String
Returns the value of attribute static_ip_name.
Instance Attribute Details
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
157 158 159 |
# File 'sig/types.rbs', line 157 def instance_name @instance_name end |
#static_ip_name ⇒ ::String
Returns the value of attribute static_ip_name.
156 157 158 |
# File 'sig/types.rbs', line 156 def static_ip_name @static_ip_name end |