Module: Aws::RTBFabric::Client::_GetLinkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLinkResponse]
- 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
- #http_responder_allowed ⇒ Boolean
- #link_id ⇒ ::String
- #log_settings ⇒ Types::LinkLogSettings
- #peer_gateway_id ⇒ ::String
- #pending_flow_modules ⇒ ::Array[Types::ModuleConfiguration]
- #status ⇒ "PENDING_CREATION", ...
- #tags ⇒ ::Hash[::String, ::String]
- #timeout_in_millis ⇒ ::Integer
- #updated_at ⇒ ::Time
Instance Method Details
#attributes ⇒ Types::LinkAttributes
376 |
# File 'sig/client.rbs', line 376
def attributes: () -> Types::LinkAttributes
|
#connectivity_type ⇒ "DEFAULT", ...
378 |
# File 'sig/client.rbs', line 378
def connectivity_type: () -> ("DEFAULT" | "PUBLIC_INGRESS" | "PUBLIC_EGRESS" | "EXTERNAL_INBOUND")
|
#created_at ⇒ ::Time
371 |
# File 'sig/client.rbs', line 371
def created_at: () -> ::Time
|
#direction ⇒ "RESPONSE", "REQUEST"
373 |
# File 'sig/client.rbs', line 373
def direction: () -> ("RESPONSE" | "REQUEST")
|
#flow_modules ⇒ ::Array[Types::ModuleConfiguration]
374 |
# File 'sig/client.rbs', line 374
def flow_modules: () -> ::Array[Types::ModuleConfiguration]
|
#gateway_id ⇒ ::String
368 |
# File 'sig/client.rbs', line 368
def gateway_id: () -> ::String
|
#http_responder_allowed ⇒ Boolean
381 |
# File 'sig/client.rbs', line 381
def http_responder_allowed: () -> bool
|
#link_id ⇒ ::String
379 |
# File 'sig/client.rbs', line 379
def link_id: () -> ::String
|
#log_settings ⇒ Types::LinkLogSettings
377 |
# File 'sig/client.rbs', line 377
def log_settings: () -> Types::LinkLogSettings
|
#peer_gateway_id ⇒ ::String
369 |
# File 'sig/client.rbs', line 369
def peer_gateway_id: () -> ::String
|
#pending_flow_modules ⇒ ::Array[Types::ModuleConfiguration]
375 |
# File 'sig/client.rbs', line 375
def pending_flow_modules: () -> ::Array[Types::ModuleConfiguration]
|
#status ⇒ "PENDING_CREATION", ...
370 |
# File 'sig/client.rbs', line 370
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]
380 |
# File 'sig/client.rbs', line 380
def tags: () -> ::Hash[::String, ::String]
|
#timeout_in_millis ⇒ ::Integer
382 |
# File 'sig/client.rbs', line 382
def timeout_in_millis: () -> ::Integer
|
#updated_at ⇒ ::Time
372 |
# File 'sig/client.rbs', line 372
def updated_at: () -> ::Time
|