Class: Aws::Types::DisassociateEipFromVlanRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def vlan_name
  @vlan_name
end