Module: Aws::RTBFabric::Client::_RejectLinkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RejectLinkResponse]
- 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
568 |
# File 'sig/client.rbs', line 568
def attributes: () -> Types::LinkAttributes
|
#connectivity_type ⇒ "DEFAULT", ...
570 |
# File 'sig/client.rbs', line 570
def connectivity_type: () -> ("DEFAULT" | "PUBLIC_INGRESS" | "PUBLIC_EGRESS" | "EXTERNAL_INBOUND")
|
#created_at ⇒ ::Time
563 |
# File 'sig/client.rbs', line 563
def created_at: () -> ::Time
|
#direction ⇒ "RESPONSE", "REQUEST"
565 |
# File 'sig/client.rbs', line 565
def direction: () -> ("RESPONSE" | "REQUEST")
|
#flow_modules ⇒ ::Array[Types::ModuleConfiguration]
566 |
# File 'sig/client.rbs', line 566
def flow_modules: () -> ::Array[Types::ModuleConfiguration]
|
#gateway_id ⇒ ::String
560 |
# File 'sig/client.rbs', line 560
def gateway_id: () -> ::String
|
#link_id ⇒ ::String
571 |
# File 'sig/client.rbs', line 571
def link_id: () -> ::String
|
#log_settings ⇒ Types::LinkLogSettings
569 |
# File 'sig/client.rbs', line 569
def log_settings: () -> Types::LinkLogSettings
|
#peer_gateway_id ⇒ ::String
561 |
# File 'sig/client.rbs', line 561
def peer_gateway_id: () -> ::String
|
#pending_flow_modules ⇒ ::Array[Types::ModuleConfiguration]
567 |
# File 'sig/client.rbs', line 567
def pending_flow_modules: () -> ::Array[Types::ModuleConfiguration]
|
#status ⇒ "PENDING_CREATION", ...
562 |
# File 'sig/client.rbs', line 562
def status: () -> ("PENDING_CREATION" | "PENDING_REQUEST" | "REQUESTED" | "ACCEPTED" | "ACTIVE" | "REJECTED" | "FAILED" | "PENDING_DELETION" | "DELETED" | "PENDING_UPDATE" | "PENDING_ISOLATION" | "ISOLATED" | "PENDING_RESTORATION")
|
#updated_at ⇒ ::Time
564 |
# File 'sig/client.rbs', line 564
def updated_at: () -> ::Time
|