Module: Aws::DirectConnect::Client::_DeleteConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Connection]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aws_device ⇒ ::String
- #aws_device_v2 ⇒ ::String
- #aws_logical_device_id ⇒ ::String
- #bandwidth ⇒ ::String
- #connection_id ⇒ ::String
- #connection_name ⇒ ::String
- #connection_state ⇒ "ordering", ...
- #encryption_mode ⇒ ::String
- #has_logical_redundancy ⇒ "unknown", ...
- #jumbo_frame_capable ⇒ Boolean
- #lag_id ⇒ ::String
- #loa_issue_time ⇒ ::Time
- #location ⇒ ::String
- #mac_sec_capable ⇒ Boolean
- #mac_sec_keys ⇒ ::Array[Types::MacSecKey]
- #owner_account ⇒ ::String
- #partner_interconnect_mac_sec_capable ⇒ Boolean
- #partner_name ⇒ ::String
- #port_encryption_status ⇒ ::String
- #provider_name ⇒ ::String
- #rate_limiter_status ⇒ Types::RateLimiterStatus
- #region ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
- #vlan ⇒ ::Integer
Instance Method Details
#aws_device ⇒ ::String
877 |
# File 'sig/client.rbs', line 877
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
879 |
# File 'sig/client.rbs', line 879
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
880 |
# File 'sig/client.rbs', line 880
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
872 |
# File 'sig/client.rbs', line 872
def bandwidth: () -> ::String
|
#connection_id ⇒ ::String
867 |
# File 'sig/client.rbs', line 867
def connection_id: () -> ::String
|
#connection_name ⇒ ::String
868 |
# File 'sig/client.rbs', line 868
def connection_name: () -> ::String
|
#connection_state ⇒ "ordering", ...
869 |
# File 'sig/client.rbs', line 869
def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
#encryption_mode ⇒ ::String
886 |
# File 'sig/client.rbs', line 886
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
881 |
# File 'sig/client.rbs', line 881
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
878 |
# File 'sig/client.rbs', line 878
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
876 |
# File 'sig/client.rbs', line 876
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
875 |
# File 'sig/client.rbs', line 875
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
871 |
# File 'sig/client.rbs', line 871
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
884 |
# File 'sig/client.rbs', line 884
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
887 |
# File 'sig/client.rbs', line 887
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#owner_account ⇒ ::String
866 |
# File 'sig/client.rbs', line 866
def owner_account: () -> ::String
|
#partner_interconnect_mac_sec_capable ⇒ Boolean
889 |
# File 'sig/client.rbs', line 889
def partner_interconnect_mac_sec_capable: () -> bool
|
#partner_name ⇒ ::String
874 |
# File 'sig/client.rbs', line 874
def partner_name: () -> ::String
|
#port_encryption_status ⇒ ::String
885 |
# File 'sig/client.rbs', line 885
def port_encryption_status: () -> ::String
|
#provider_name ⇒ ::String
883 |
# File 'sig/client.rbs', line 883
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
888 |
# File 'sig/client.rbs', line 888
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
870 |
# File 'sig/client.rbs', line 870
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
882 |
# File 'sig/client.rbs', line 882
def tags: () -> ::Array[Types::Tag]
|
#vlan ⇒ ::Integer
873 |
# File 'sig/client.rbs', line 873
def vlan: () -> ::Integer
|