Module: Aws::RTBFabric::Client::_GetInboundExternalLinkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetInboundExternalLinkResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attributes ⇒ Types::LinkAttributes
- #connectivity_type ⇒ "DEFAULT", ...
- #created_at ⇒ ::Time
- #domain_name ⇒ ::String
- #flow_modules ⇒ ::Array[Types::ModuleConfiguration]
- #gateway_id ⇒ ::String
- #link_id ⇒ ::String
- #log_settings ⇒ Types::LinkLogSettings
- #pending_flow_modules ⇒ ::Array[Types::ModuleConfiguration]
- #status ⇒ "PENDING_CREATION", ...
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#attributes ⇒ Types::LinkAttributes
352 |
# File 'sig/client.rbs', line 352
def attributes: () -> Types::LinkAttributes
|
#connectivity_type ⇒ "DEFAULT", ...
357 |
# File 'sig/client.rbs', line 357
def connectivity_type: () -> ("DEFAULT" | "PUBLIC_INGRESS" | "PUBLIC_EGRESS" | "EXTERNAL_INBOUND")
|
#created_at ⇒ ::Time
353 |
# File 'sig/client.rbs', line 353
def created_at: () -> ::Time
|
#domain_name ⇒ ::String
349 |
# File 'sig/client.rbs', line 349
def domain_name: () -> ::String
|
#flow_modules ⇒ ::Array[Types::ModuleConfiguration]
350 |
# File 'sig/client.rbs', line 350
def flow_modules: () -> ::Array[Types::ModuleConfiguration]
|
#gateway_id ⇒ ::String
346 |
# File 'sig/client.rbs', line 346
def gateway_id: () -> ::String
|
#link_id ⇒ ::String
347 |
# File 'sig/client.rbs', line 347
def link_id: () -> ::String
|
#log_settings ⇒ Types::LinkLogSettings
356 |
# File 'sig/client.rbs', line 356
def log_settings: () -> Types::LinkLogSettings
|
#pending_flow_modules ⇒ ::Array[Types::ModuleConfiguration]
351 |
# File 'sig/client.rbs', line 351
def pending_flow_modules: () -> ::Array[Types::ModuleConfiguration]
|
#status ⇒ "PENDING_CREATION", ...
348 |
# File 'sig/client.rbs', line 348
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]
355 |
# File 'sig/client.rbs', line 355
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
354 |
# File 'sig/client.rbs', line 354
def updated_at: () -> ::Time
|