Class: Aws::Types::GetDataIntegrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataIntegrationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#file_configuration ⇒ Types::FileConfiguration
Returns the value of attribute file_configuration.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#object_configuration ⇒ ::Hash[::String, ::Hash[::String, ::Array[::String]]]
Returns the value of attribute object_configuration.
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
-
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
270 271 272 |
# File 'sig/types.rbs', line 270 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
273 274 275 |
# File 'sig/types.rbs', line 273 def description @description end |
#file_configuration ⇒ Types::FileConfiguration
Returns the value of attribute file_configuration.
278 279 280 |
# File 'sig/types.rbs', line 278 def file_configuration @file_configuration end |
#id ⇒ ::String
Returns the value of attribute id.
271 272 273 |
# File 'sig/types.rbs', line 271 def id @id end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
274 275 276 |
# File 'sig/types.rbs', line 274 def kms_key @kms_key end |
#name ⇒ ::String
Returns the value of attribute name.
272 273 274 |
# File 'sig/types.rbs', line 272 def name @name end |
#object_configuration ⇒ ::Hash[::String, ::Hash[::String, ::Array[::String]]]
Returns the value of attribute object_configuration.
279 280 281 |
# File 'sig/types.rbs', line 279 def object_configuration @object_configuration end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
276 277 278 |
# File 'sig/types.rbs', line 276 def schedule_configuration @schedule_configuration end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
275 276 277 |
# File 'sig/types.rbs', line 275 def source_uri @source_uri end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
277 278 279 |
# File 'sig/types.rbs', line 277 def end |