Class: Aws::Types::Vlan

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def availability_zone
  @availability_zone
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def cidr
  @cidr
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


525
526
527
# File 'sig/types.rbs', line 525

def created_at
  @created_at
end

#eip_associations::Array[Types::EipAssociation]

Returns the value of attribute eip_associations.

Returns:



529
530
531
# File 'sig/types.rbs', line 529

def eip_associations
  @eip_associations
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def function_name
  @function_name
end

#is_publicBoolean

Returns the value of attribute is_public.

Returns:

  • (Boolean)


530
531
532
# File 'sig/types.rbs', line 530

def is_public
  @is_public
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


526
527
528
# File 'sig/types.rbs', line 526

def modified_at
  @modified_at
end

#network_acl_id::String

Returns the value of attribute network_acl_id.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def network_acl_id
  @network_acl_id
end

#state_details::String

Returns the value of attribute state_details.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def state_details
  @state_details
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def subnet_id
  @subnet_id
end

#vlan_id::Integer

Returns the value of attribute vlan_id.

Returns:

  • (::Integer)


520
521
522
# File 'sig/types.rbs', line 520

def vlan_id
  @vlan_id
end

#vlan_state"CREATING", ...

Returns the value of attribute vlan_state.

Returns:

  • ("CREATING", "CREATED", "DELETING", "DELETED", "CREATE_FAILED")


527
528
529
# File 'sig/types.rbs', line 527

def vlan_state
  @vlan_state
end