Class: Aws::Types::CreateDataIntegrationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



117
118
119
# File 'sig/types.rbs', line 117

def arn
  @arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def description
  @description
end

#file_configurationTypes::FileConfiguration

Returns the value of attribute file_configuration.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def file_configuration
  @file_configuration
end

#id::String

Returns the value of attribute id.

Returns:



118
119
120
# File 'sig/types.rbs', line 118

def id
  @id
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:



121
122
123
# File 'sig/types.rbs', line 121

def kms_key
  @kms_key
end

#name::String

Returns the value of attribute name.

Returns:



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.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def object_configuration
  @object_configuration
end

#schedule_configurationTypes::ScheduleConfiguration

Returns the value of attribute schedule_configuration.

Returns:



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.

Returns:



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.

Returns:



124
125
126
# File 'sig/types.rbs', line 124

def tags
  @tags
end