Class: Aws::Types::CreateDataIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataIntegrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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_config ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_config.
-
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
110 111 112 |
# File 'sig/types.rbs', line 110 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
105 106 107 |
# File 'sig/types.rbs', line 105 def description @description end |
#file_configuration ⇒ Types::FileConfiguration
Returns the value of attribute file_configuration.
111 112 113 |
# File 'sig/types.rbs', line 111 def file_configuration @file_configuration end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
106 107 108 |
# File 'sig/types.rbs', line 106 def kms_key @kms_key end |
#name ⇒ ::String
Returns the value of attribute name.
104 105 106 |
# File 'sig/types.rbs', line 104 def name @name end |
#object_configuration ⇒ ::Hash[::String, ::Hash[::String, ::Array[::String]]]
Returns the value of attribute object_configuration.
112 113 114 |
# File 'sig/types.rbs', line 112 def object_configuration @object_configuration end |
#schedule_config ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_config.
108 109 110 |
# File 'sig/types.rbs', line 108 def schedule_config @schedule_config end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
107 108 109 |
# File 'sig/types.rbs', line 107 def source_uri @source_uri end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
109 110 111 |
# File 'sig/types.rbs', line 109 def @tags end |