Module: Aws::RTBFabric::Client::_CreateLinkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateLinkResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attributes ⇒ Types::LinkAttributes
- #connectivity_type ⇒ "DEFAULT", ...
- #created_at ⇒ ::Time
- #customer_provided_id ⇒ ::String
- #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
147 |
# File 'sig/client.rbs', line 147
def attributes: () -> Types::LinkAttributes
|
#connectivity_type ⇒ "DEFAULT", ...
149 |
# File 'sig/client.rbs', line 149
def connectivity_type: () -> ("DEFAULT" | "PUBLIC_INGRESS" | "PUBLIC_EGRESS" | "EXTERNAL_INBOUND")
|
#created_at ⇒ ::Time
142 |
# File 'sig/client.rbs', line 142
def created_at: () -> ::Time
|
#customer_provided_id ⇒ ::String
151 |
# File 'sig/client.rbs', line 151
def customer_provided_id: () -> ::String
|
#direction ⇒ "RESPONSE", "REQUEST"
144 |
# File 'sig/client.rbs', line 144
def direction: () -> ("RESPONSE" | "REQUEST")
|
#flow_modules ⇒ ::Array[Types::ModuleConfiguration]
145 |
# File 'sig/client.rbs', line 145
def flow_modules: () -> ::Array[Types::ModuleConfiguration]
|
#gateway_id ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def gateway_id: () -> ::String
|
#link_id ⇒ ::String
150 |
# File 'sig/client.rbs', line 150
def link_id: () -> ::String
|
#log_settings ⇒ Types::LinkLogSettings
148 |
# File 'sig/client.rbs', line 148
def log_settings: () -> Types::LinkLogSettings
|
#peer_gateway_id ⇒ ::String
140 |
# File 'sig/client.rbs', line 140
def peer_gateway_id: () -> ::String
|
#pending_flow_modules ⇒ ::Array[Types::ModuleConfiguration]
146 |
# File 'sig/client.rbs', line 146
def pending_flow_modules: () -> ::Array[Types::ModuleConfiguration]
|
#status ⇒ "PENDING_CREATION", ...
141 |
# File 'sig/client.rbs', line 141
def status: () -> ("PENDING_CREATION" | "PENDING_REQUEST" | "REQUESTED" | "ACCEPTED" | "ACTIVE" | "REJECTED" | "FAILED" | "PENDING_DELETION" | "DELETED" | "PENDING_UPDATE" | "PENDING_ISOLATION" | "ISOLATED" | "PENDING_RESTORATION")
|
#updated_at ⇒ ::Time
143 |
# File 'sig/client.rbs', line 143
def updated_at: () -> ::Time
|