Class: Aws::Types::CreateDataIntegrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataIntegrationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
117 118 119 |
# File 'sig/types.rbs', line 117 def arn @arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
125 126 127 |
# File 'sig/types.rbs', line 125 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
120 121 122 |
# File 'sig/types.rbs', line 120 def description @description end |
#file_configuration ⇒ Types::FileConfiguration
Returns the value of attribute file_configuration.
126 127 128 |
# File 'sig/types.rbs', line 126 def file_configuration @file_configuration end |
#id ⇒ ::String
Returns the value of attribute id.
118 119 120 |
# File 'sig/types.rbs', line 118 def id @id end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
121 122 123 |
# File 'sig/types.rbs', line 121 def kms_key @kms_key end |
#name ⇒ ::String
Returns the value of attribute name.
119 120 121 |
# File 'sig/types.rbs', line 119 def name @name end |
#object_configuration ⇒ ::Hash[::String, ::Hash[::String, ::Array[::String]]]
Returns the value of attribute object_configuration.
127 128 129 |
# File 'sig/types.rbs', line 127 def object_configuration @object_configuration end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
123 124 125 |
# File 'sig/types.rbs', line 123 def schedule_configuration @schedule_configuration end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
122 123 124 |
# File 'sig/types.rbs', line 122 def source_uri @source_uri end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
124 125 126 |
# File 'sig/types.rbs', line 124 def end |