Class: Aws::Types::Vlan
- Inherits:
-
Object
- Object
- Aws::Types::Vlan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#eip_associations ⇒ ::Array[Types::EipAssociation]
Returns the value of attribute eip_associations.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#is_public ⇒ Boolean
Returns the value of attribute is_public.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
-
#state_details ⇒ ::String
Returns the value of attribute state_details.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#vlan_id ⇒ ::Integer
Returns the value of attribute vlan_id.
-
#vlan_state ⇒ "CREATING", ...
Returns the value of attribute vlan_state.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
522 523 524 |
# File 'sig/types.rbs', line 522 def availability_zone @availability_zone end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
521 522 523 |
# File 'sig/types.rbs', line 521 def cidr @cidr end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
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.
523 524 525 |
# File 'sig/types.rbs', line 523 def function_name @function_name end |
#is_public ⇒ Boolean
Returns the value of attribute is_public.
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.
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.
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.
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.
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.
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.
527 528 529 |
# File 'sig/types.rbs', line 527 def vlan_state @vlan_state end |