Module: Aws::AppIntegrationsService::Client::_CreateDataIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDataIntegrationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #client_token ⇒ ::String
- #description ⇒ ::String
- #file_configuration ⇒ Types::FileConfiguration
- #id ⇒ ::String
- #kms_key ⇒ ::String
- #name ⇒ ::String
- #object_configuration ⇒ ::Hash[::String, ::Hash[::String, ::Array[::String]]]
- #schedule_configuration ⇒ Types::ScheduleConfiguration
- #source_uri ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
134 |
# File 'sig/client.rbs', line 134
def arn: () -> ::String
|
#client_token ⇒ ::String
142 |
# File 'sig/client.rbs', line 142
def client_token: () -> ::String
|
#description ⇒ ::String
137 |
# File 'sig/client.rbs', line 137
def description: () -> ::String
|
#file_configuration ⇒ Types::FileConfiguration
143 |
# File 'sig/client.rbs', line 143
def file_configuration: () -> Types::FileConfiguration
|
#id ⇒ ::String
135 |
# File 'sig/client.rbs', line 135
def id: () -> ::String
|
#kms_key ⇒ ::String
138 |
# File 'sig/client.rbs', line 138
def kms_key: () -> ::String
|
#name ⇒ ::String
136 |
# File 'sig/client.rbs', line 136
def name: () -> ::String
|
#object_configuration ⇒ ::Hash[::String, ::Hash[::String, ::Array[::String]]]
144 |
# File 'sig/client.rbs', line 144
def object_configuration: () -> ::Hash[::String, ::Hash[::String, ::Array[::String]]]
|
#schedule_configuration ⇒ Types::ScheduleConfiguration
140 |
# File 'sig/client.rbs', line 140
def schedule_configuration: () -> Types::ScheduleConfiguration
|
#source_uri ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def source_uri: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
141 |
# File 'sig/client.rbs', line 141
def tags: () -> ::Hash[::String, ::String]
|