Module: Aws::B2bi::Client::_UpdateCapabilityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateCapabilityResponse]
- 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
542 |
# File 'sig/client.rbs', line 542
def capability_arn: () -> ::String
|
#capability_id ⇒ ::String
541 |
# File 'sig/client.rbs', line 541
def capability_id: () -> ::String
|
#configuration ⇒ Types::CapabilityConfiguration
545 |
# File 'sig/client.rbs', line 545
def configuration: () -> Types::CapabilityConfiguration
|
#created_at ⇒ ::Time
547 |
# File 'sig/client.rbs', line 547
def created_at: () -> ::Time
|
#instructions_documents ⇒ ::Array[Types::S3Location]
546 |
# File 'sig/client.rbs', line 546
def instructions_documents: () -> ::Array[Types::S3Location]
|
#modified_at ⇒ ::Time
548 |
# File 'sig/client.rbs', line 548
def modified_at: () -> ::Time
|
#name ⇒ ::String
543 |
# File 'sig/client.rbs', line 543
def name: () -> ::String
|
#type ⇒ "edi"
544 |
# File 'sig/client.rbs', line 544
def type: () -> ("edi")
|