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
252 |
# File 'sig/client.rbs', line 252
def arn: () -> ::String
|
#description ⇒ ::String
255 |
# File 'sig/client.rbs', line 255
def description: () -> ::String
|
#file_configuration ⇒ Types::FileConfiguration
260 |
# File 'sig/client.rbs', line 260
def file_configuration: () -> Types::FileConfiguration
|
#id ⇒ ::String
253 |
# File 'sig/client.rbs', line 253
def id: () -> ::String
|
#kms_key ⇒ ::String
256 |
# File 'sig/client.rbs', line 256
def kms_key: () -> ::String
|
#name ⇒ ::String
254 |
# File 'sig/client.rbs', line 254
def name: () -> ::String
|
#object_configuration ⇒ ::Hash[::String, ::Hash[::String, ::Array[::String]]]
261 |
# File 'sig/client.rbs', line 261
def object_configuration: () -> ::Hash[::String, ::Hash[::String, ::Array[::String]]]
|
#schedule_configuration ⇒ Types::ScheduleConfiguration
258 |
# File 'sig/client.rbs', line 258
def schedule_configuration: () -> Types::ScheduleConfiguration
|
#source_uri ⇒ ::String
257 |
# File 'sig/client.rbs', line 257
def source_uri: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
259 |
# File 'sig/client.rbs', line 259
def tags: () -> ::Hash[::String, ::String]
|