Module: Aws::B2bi::Client::_GetCapabilityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCapabilityResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #capability_arn ⇒ ::String
- #capability_id ⇒ ::String
- #configuration ⇒ Types::CapabilityConfiguration
- #created_at ⇒ ::Time
- #instructions_documents ⇒ ::Array[Types::S3Location]
- #modified_at ⇒ ::Time
- #name ⇒ ::String
- #type ⇒ "edi"
Instance Method Details
#capability_arn ⇒ ::String
286 |
# File 'sig/client.rbs', line 286
def capability_arn: () -> ::String
|
#capability_id ⇒ ::String
285 |
# File 'sig/client.rbs', line 285
def capability_id: () -> ::String
|
#configuration ⇒ Types::CapabilityConfiguration
289 |
# File 'sig/client.rbs', line 289
def configuration: () -> Types::CapabilityConfiguration
|
#created_at ⇒ ::Time
291 |
# File 'sig/client.rbs', line 291
def created_at: () -> ::Time
|
#instructions_documents ⇒ ::Array[Types::S3Location]
290 |
# File 'sig/client.rbs', line 290
def instructions_documents: () -> ::Array[Types::S3Location]
|
#modified_at ⇒ ::Time
292 |
# File 'sig/client.rbs', line 292
def modified_at: () -> ::Time
|
#name ⇒ ::String
287 |
# File 'sig/client.rbs', line 287
def name: () -> ::String
|
#type ⇒ "edi"
288 |
# File 'sig/client.rbs', line 288
def type: () -> ("edi")
|