Class: Aws::Types::CreateDataIntegrationAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataIntegrationAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_association_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_association_metadata.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_integration_identifier ⇒ ::String
Returns the value of attribute data_integration_identifier.
-
#destination_uri ⇒ ::String
Returns the value of attribute destination_uri.
-
#execution_configuration ⇒ Types::ExecutionConfiguration
Returns the value of attribute execution_configuration.
-
#object_configuration ⇒ ::Hash[::String, ::Hash[::String, ::Array[::String]]]
Returns the value of attribute object_configuration.
Instance Attribute Details
#client_association_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_association_metadata.
91 92 93 |
# File 'sig/types.rbs', line 91 def @client_association_metadata end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
88 89 90 |
# File 'sig/types.rbs', line 88 def client_id @client_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
92 93 94 |
# File 'sig/types.rbs', line 92 def client_token @client_token end |
#data_integration_identifier ⇒ ::String
Returns the value of attribute data_integration_identifier.
87 88 89 |
# File 'sig/types.rbs', line 87 def data_integration_identifier @data_integration_identifier end |
#destination_uri ⇒ ::String
Returns the value of attribute destination_uri.
90 91 92 |
# File 'sig/types.rbs', line 90 def destination_uri @destination_uri end |
#execution_configuration ⇒ Types::ExecutionConfiguration
Returns the value of attribute execution_configuration.
93 94 95 |
# File 'sig/types.rbs', line 93 def execution_configuration @execution_configuration end |
#object_configuration ⇒ ::Hash[::String, ::Hash[::String, ::Array[::String]]]
Returns the value of attribute object_configuration.
89 90 91 |
# File 'sig/types.rbs', line 89 def object_configuration @object_configuration end |