Class: Aws::Types::DisassociateEipFromVlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateEipFromVlanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_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
#association_id ⇒ ::String
Returns the value of attribute association_id.
181 182 183 |
# File 'sig/types.rbs', line 181 def association_id @association_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
178 179 180 |
# File 'sig/types.rbs', line 178 def client_token @client_token end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
179 180 181 |
# File 'sig/types.rbs', line 179 def environment_id @environment_id end |
#vlan_name ⇒ ::String
Returns the value of attribute vlan_name.
180 181 182 |
# File 'sig/types.rbs', line 180 def vlan_name @vlan_name end |