Class: Aws::Types::CreateDataIntegrationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def description
  @description
end

#file_configurationTypes::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.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def kms_key
  @kms_key
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::Hash[::String, ::Array[::String]]])


112
113
114
# File 'sig/types.rbs', line 112

def object_configuration
  @object_configuration
end

#schedule_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


109
110
111
# File 'sig/types.rbs', line 109

def tags
  @tags
end