Module: Aws::AppIntegrationsService::Client::_GetDataIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataIntegrationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::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
258 |
# File 'sig/client.rbs', line 258
def arn: () -> ::String
|
#description ⇒ ::String
261 |
# File 'sig/client.rbs', line 261
def description: () -> ::String
|
#file_configuration ⇒ Types::FileConfiguration
266 |
# File 'sig/client.rbs', line 266
def file_configuration: () -> Types::FileConfiguration
|
#id ⇒ ::String
259 |
# File 'sig/client.rbs', line 259
def id: () -> ::String
|
#kms_key ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def kms_key: () -> ::String
|
#name ⇒ ::String
260 |
# File 'sig/client.rbs', line 260
def name: () -> ::String
|
#object_configuration ⇒ ::Hash[::String, ::Hash[::String, ::Array[::String]]]
267 |
# File 'sig/client.rbs', line 267
def object_configuration: () -> ::Hash[::String, ::Hash[::String, ::Array[::String]]]
|
#schedule_configuration ⇒ Types::ScheduleConfiguration
264 |
# File 'sig/client.rbs', line 264
def schedule_configuration: () -> Types::ScheduleConfiguration
|
#source_uri ⇒ ::String
263 |
# File 'sig/client.rbs', line 263
def source_uri: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
265 |
# File 'sig/client.rbs', line 265
def tags: () -> ::Hash[::String, ::String]
|