Class: Aws::Types::Interconnect
- Inherits:
-
Object
- Object
- Aws::Types::Interconnect
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_device ⇒ ::String
Returns the value of attribute aws_device.
-
#aws_device_v2 ⇒ ::String
Returns the value of attribute aws_device_v2.
-
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
-
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
-
#encryption_mode ⇒ ::String
Returns the value of attribute encryption_mode.
-
#has_logical_redundancy ⇒ "unknown", ...
Returns the value of attribute has_logical_redundancy.
-
#interconnect_id ⇒ ::String
Returns the value of attribute interconnect_id.
-
#interconnect_name ⇒ ::String
Returns the value of attribute interconnect_name.
-
#interconnect_state ⇒ "requested", ...
Returns the value of attribute interconnect_state.
-
#jumbo_frame_capable ⇒ Boolean
Returns the value of attribute jumbo_frame_capable.
-
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
-
#loa_issue_time ⇒ ::Time
Returns the value of attribute loa_issue_time.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#mac_sec_capable ⇒ Boolean
Returns the value of attribute mac_sec_capable.
-
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
Returns the value of attribute mac_sec_keys.
-
#port_encryption_status ⇒ ::String
Returns the value of attribute port_encryption_status.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#aws_device ⇒ ::String
Returns the value of attribute aws_device.
734 735 736 |
# File 'sig/types.rbs', line 734 def aws_device @aws_device end |
#aws_device_v2 ⇒ ::String
Returns the value of attribute aws_device_v2.
736 737 738 |
# File 'sig/types.rbs', line 736 def aws_device_v2 @aws_device_v2 end |
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
737 738 739 |
# File 'sig/types.rbs', line 737 def aws_logical_device_id @aws_logical_device_id end |
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
731 732 733 |
# File 'sig/types.rbs', line 731 def bandwidth @bandwidth end |
#encryption_mode ⇒ ::String
Returns the value of attribute encryption_mode.
743 744 745 |
# File 'sig/types.rbs', line 743 def encryption_mode @encryption_mode end |
#has_logical_redundancy ⇒ "unknown", ...
Returns the value of attribute has_logical_redundancy.
738 739 740 |
# File 'sig/types.rbs', line 738 def has_logical_redundancy @has_logical_redundancy end |
#interconnect_id ⇒ ::String
Returns the value of attribute interconnect_id.
726 727 728 |
# File 'sig/types.rbs', line 726 def interconnect_id @interconnect_id end |
#interconnect_name ⇒ ::String
Returns the value of attribute interconnect_name.
727 728 729 |
# File 'sig/types.rbs', line 727 def interconnect_name @interconnect_name end |
#interconnect_state ⇒ "requested", ...
Returns the value of attribute interconnect_state.
728 729 730 |
# File 'sig/types.rbs', line 728 def interconnect_state @interconnect_state end |
#jumbo_frame_capable ⇒ Boolean
Returns the value of attribute jumbo_frame_capable.
735 736 737 |
# File 'sig/types.rbs', line 735 def jumbo_frame_capable @jumbo_frame_capable end |
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
733 734 735 |
# File 'sig/types.rbs', line 733 def lag_id @lag_id end |
#loa_issue_time ⇒ ::Time
Returns the value of attribute loa_issue_time.
732 733 734 |
# File 'sig/types.rbs', line 732 def loa_issue_time @loa_issue_time end |
#location ⇒ ::String
Returns the value of attribute location.
730 731 732 |
# File 'sig/types.rbs', line 730 def location @location end |
#mac_sec_capable ⇒ Boolean
Returns the value of attribute mac_sec_capable.
741 742 743 |
# File 'sig/types.rbs', line 741 def mac_sec_capable @mac_sec_capable end |
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
Returns the value of attribute mac_sec_keys.
744 745 746 |
# File 'sig/types.rbs', line 744 def mac_sec_keys @mac_sec_keys end |
#port_encryption_status ⇒ ::String
Returns the value of attribute port_encryption_status.
742 743 744 |
# File 'sig/types.rbs', line 742 def port_encryption_status @port_encryption_status end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
740 741 742 |
# File 'sig/types.rbs', line 740 def provider_name @provider_name end |
#region ⇒ ::String
Returns the value of attribute region.
729 730 731 |
# File 'sig/types.rbs', line 729 def region @region end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
739 740 741 |
# File 'sig/types.rbs', line 739 def @tags end |