Module: Aws::RTBFabric::Client::_GetOutboundExternalLinkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetOutboundExternalLinkResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attributes ⇒ Types::LinkAttributes
- #connectivity_type ⇒ "DEFAULT", ...
- #created_at ⇒ ::Time
- #flow_modules ⇒ ::Array[Types::ModuleConfiguration]
- #gateway_id ⇒ ::String
- #link_id ⇒ ::String
- #log_settings ⇒ Types::LinkLogSettings
- #pending_flow_modules ⇒ ::Array[Types::ModuleConfiguration]
- #public_endpoint ⇒ ::String
- #status ⇒ "PENDING_CREATION", ...
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#attributes ⇒ Types::LinkAttributes
419 |
# File 'sig/client.rbs', line 419
def attributes: () -> Types::LinkAttributes
|
#connectivity_type ⇒ "DEFAULT", ...
424 |
# File 'sig/client.rbs', line 424
def connectivity_type: () -> ("DEFAULT" | "PUBLIC_INGRESS" | "PUBLIC_EGRESS" | "EXTERNAL_INBOUND")
|
#created_at ⇒ ::Time
420 |
# File 'sig/client.rbs', line 420
def created_at: () -> ::Time
|
#flow_modules ⇒ ::Array[Types::ModuleConfiguration]
417 |
# File 'sig/client.rbs', line 417
def flow_modules: () -> ::Array[Types::ModuleConfiguration]
|
#gateway_id ⇒ ::String
413 |
# File 'sig/client.rbs', line 413
def gateway_id: () -> ::String
|
#link_id ⇒ ::String
414 |
# File 'sig/client.rbs', line 414
def link_id: () -> ::String
|
#log_settings ⇒ Types::LinkLogSettings
423 |
# File 'sig/client.rbs', line 423
def log_settings: () -> Types::LinkLogSettings
|
#pending_flow_modules ⇒ ::Array[Types::ModuleConfiguration]
418 |
# File 'sig/client.rbs', line 418
def pending_flow_modules: () -> ::Array[Types::ModuleConfiguration]
|
#public_endpoint ⇒ ::String
416 |
# File 'sig/client.rbs', line 416
def public_endpoint: () -> ::String
|
#status ⇒ "PENDING_CREATION", ...
415 |
# File 'sig/client.rbs', line 415
def status: () -> ("PENDING_CREATION" | "PENDING_REQUEST" | "REQUESTED" | "ACCEPTED" | "ACTIVE" | "REJECTED" | "FAILED" | "PENDING_DELETION" | "DELETED" | "PENDING_UPDATE" | "PENDING_ISOLATION" | "ISOLATED" | "PENDING_RESTORATION")
|
#tags ⇒ ::Hash[::String, ::String]
422 |
# File 'sig/client.rbs', line 422
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
421 |
# File 'sig/client.rbs', line 421
def updated_at: () -> ::Time
|