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.
662 663 664 |
# File 'sig/types.rbs', line 662 def aws_device @aws_device end |
#aws_device_v2 ⇒ ::String
Returns the value of attribute aws_device_v2.
664 665 666 |
# File 'sig/types.rbs', line 664 def aws_device_v2 @aws_device_v2 end |
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
665 666 667 |
# File 'sig/types.rbs', line 665 def aws_logical_device_id @aws_logical_device_id end |
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
659 660 661 |
# File 'sig/types.rbs', line 659 def bandwidth @bandwidth end |
#encryption_mode ⇒ ::String
Returns the value of attribute encryption_mode.
671 672 673 |
# File 'sig/types.rbs', line 671 def encryption_mode @encryption_mode end |
#has_logical_redundancy ⇒ "unknown", ...
Returns the value of attribute has_logical_redundancy.
666 667 668 |
# File 'sig/types.rbs', line 666 def has_logical_redundancy @has_logical_redundancy end |
#interconnect_id ⇒ ::String
Returns the value of attribute interconnect_id.
654 655 656 |
# File 'sig/types.rbs', line 654 def interconnect_id @interconnect_id end |
#interconnect_name ⇒ ::String
Returns the value of attribute interconnect_name.
655 656 657 |
# File 'sig/types.rbs', line 655 def interconnect_name @interconnect_name end |
#interconnect_state ⇒ "requested", ...
Returns the value of attribute interconnect_state.
656 657 658 |
# File 'sig/types.rbs', line 656 def interconnect_state @interconnect_state end |
#jumbo_frame_capable ⇒ Boolean
Returns the value of attribute jumbo_frame_capable.
663 664 665 |
# File 'sig/types.rbs', line 663 def jumbo_frame_capable @jumbo_frame_capable end |
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
661 662 663 |
# File 'sig/types.rbs', line 661 def lag_id @lag_id end |
#loa_issue_time ⇒ ::Time
Returns the value of attribute loa_issue_time.
660 661 662 |
# File 'sig/types.rbs', line 660 def loa_issue_time @loa_issue_time end |
#location ⇒ ::String
Returns the value of attribute location.
658 659 660 |
# File 'sig/types.rbs', line 658 def location @location end |
#mac_sec_capable ⇒ Boolean
Returns the value of attribute mac_sec_capable.
669 670 671 |
# File 'sig/types.rbs', line 669 def mac_sec_capable @mac_sec_capable end |
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
Returns the value of attribute mac_sec_keys.
672 673 674 |
# File 'sig/types.rbs', line 672 def mac_sec_keys @mac_sec_keys end |
#port_encryption_status ⇒ ::String
Returns the value of attribute port_encryption_status.
670 671 672 |
# File 'sig/types.rbs', line 670 def port_encryption_status @port_encryption_status end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
668 669 670 |
# File 'sig/types.rbs', line 668 def provider_name @provider_name end |
#region ⇒ ::String
Returns the value of attribute region.
657 658 659 |
# File 'sig/types.rbs', line 657 def region @region end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
667 668 669 |
# File 'sig/types.rbs', line 667 def @tags end |