Module: Aws::RTBFabric::Client::_AcceptLinkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AcceptLinkResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attributes ⇒ Types::LinkAttributes
- #connectivity_type ⇒ "DEFAULT", ...
- #created_at ⇒ ::Time
- #direction ⇒ "RESPONSE", "REQUEST"
- #flow_modules ⇒ ::Array[Types::ModuleConfiguration]
- #gateway_id ⇒ ::String
- #link_id ⇒ ::String
- #log_settings ⇒ Types::LinkLogSettings
- #peer_gateway_id ⇒ ::String
- #pending_flow_modules ⇒ ::Array[Types::ModuleConfiguration]
- #status ⇒ "PENDING_CREATION", ...
- #updated_at ⇒ ::Time
Instance Method Details
#attributes ⇒ Types::LinkAttributes
91 |
# File 'sig/client.rbs', line 91
def attributes: () -> Types::LinkAttributes
|
#connectivity_type ⇒ "DEFAULT", ...
93 |
# File 'sig/client.rbs', line 93
def connectivity_type: () -> ("DEFAULT" | "PUBLIC_INGRESS" | "PUBLIC_EGRESS" | "EXTERNAL_INBOUND")
|
#created_at ⇒ ::Time
86 |
# File 'sig/client.rbs', line 86
def created_at: () -> ::Time
|
#direction ⇒ "RESPONSE", "REQUEST"
88 |
# File 'sig/client.rbs', line 88
def direction: () -> ("RESPONSE" | "REQUEST")
|
#flow_modules ⇒ ::Array[Types::ModuleConfiguration]
89 |
# File 'sig/client.rbs', line 89
def flow_modules: () -> ::Array[Types::ModuleConfiguration]
|
#gateway_id ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def gateway_id: () -> ::String
|
#link_id ⇒ ::String
94 |
# File 'sig/client.rbs', line 94
def link_id: () -> ::String
|
#log_settings ⇒ Types::LinkLogSettings
92 |
# File 'sig/client.rbs', line 92
def log_settings: () -> Types::LinkLogSettings
|
#peer_gateway_id ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def peer_gateway_id: () -> ::String
|
#pending_flow_modules ⇒ ::Array[Types::ModuleConfiguration]
90 |
# File 'sig/client.rbs', line 90
def pending_flow_modules: () -> ::Array[Types::ModuleConfiguration]
|
#status ⇒ "PENDING_CREATION", ...
85 |
# File 'sig/client.rbs', line 85
def status: () -> ("PENDING_CREATION" | "PENDING_REQUEST" | "REQUESTED" | "ACCEPTED" | "ACTIVE" | "REJECTED" | "FAILED" | "PENDING_DELETION" | "DELETED" | "PENDING_UPDATE" | "PENDING_ISOLATION" | "ISOLATED" | "PENDING_RESTORATION")
|
#updated_at ⇒ ::Time
87 |
# File 'sig/client.rbs', line 87
def updated_at: () -> ::Time
|