Class: Aws::Types::AssociateEipToVlanRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_id::String

Returns the value of attribute allocation_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def vlan_name
  @vlan_name
end