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
130 |
# File 'sig/client.rbs', line 130
def arn: () -> ::String
|
#client_token ⇒ ::String
138 |
# File 'sig/client.rbs', line 138
def client_token: () -> ::String
|
#description ⇒ ::String
133 |
# File 'sig/client.rbs', line 133
def description: () -> ::String
|
#file_configuration ⇒ Types::FileConfiguration
139 |
# File 'sig/client.rbs', line 139
def file_configuration: () -> Types::FileConfiguration
|
#id ⇒ ::String
131 |
# File 'sig/client.rbs', line 131
def id: () -> ::String
|
#kms_key ⇒ ::String
134 |
# File 'sig/client.rbs', line 134
def kms_key: () -> ::String
|
#name ⇒ ::String
132 |
# File 'sig/client.rbs', line 132
def name: () -> ::String
|
#object_configuration ⇒ ::Hash[::String, ::Hash[::String, ::Array[::String]]]
140 |
# File 'sig/client.rbs', line 140
def object_configuration: () -> ::Hash[::String, ::Hash[::String, ::Array[::String]]]
|
#schedule_configuration ⇒ Types::ScheduleConfiguration
136 |
# File 'sig/client.rbs', line 136
def schedule_configuration: () -> Types::ScheduleConfiguration
|
#source_uri ⇒ ::String
135 |
# File 'sig/client.rbs', line 135
def source_uri: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
137 |
# File 'sig/client.rbs', line 137
def tags: () -> ::Hash[::String, ::String]
|