Class: Aws::Types::AssociateEipToVlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateEipToVlanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#vlan_name ⇒ ::String
Returns the value of attribute vlan_name.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
15 16 17 |
# File 'sig/types.rbs', line 15 def allocation_id @allocation_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
12 13 14 |
# File 'sig/types.rbs', line 12 def client_token @client_token end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
13 14 15 |
# File 'sig/types.rbs', line 13 def environment_id @environment_id end |
#vlan_name ⇒ ::String
Returns the value of attribute vlan_name.
14 15 16 |
# File 'sig/types.rbs', line 14 def vlan_name @vlan_name end |