Module: Aws::B2bi::Client::_CreateCapabilityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCapabilityResponse]
- 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]
- #name ⇒ ::String
- #type ⇒ "edi"
Instance Method Details
#capability_arn ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def capability_arn: () -> ::String
|
#capability_id ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def capability_id: () -> ::String
|
#configuration ⇒ Types::CapabilityConfiguration
88 |
# File 'sig/client.rbs', line 88
def configuration: () -> Types::CapabilityConfiguration
|
#created_at ⇒ ::Time
90 |
# File 'sig/client.rbs', line 90
def created_at: () -> ::Time
|
#instructions_documents ⇒ ::Array[Types::S3Location]
89 |
# File 'sig/client.rbs', line 89
def instructions_documents: () -> ::Array[Types::S3Location]
|
#name ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def name: () -> ::String
|
#type ⇒ "edi"
87 |
# File 'sig/client.rbs', line 87
def type: () -> ("edi")
|