Class: Aws::Types::GetDataIntegrationResponse

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:



270
271
272
# File 'sig/types.rbs', line 270

def arn
  @arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def description
  @description
end

#file_configuration ⇒ Types::FileConfiguration

Returns the value of attribute file_configuration.

Returns:



278
279
280
# File 'sig/types.rbs', line 278

def file_configuration
  @file_configuration
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:



271
272
273
# File 'sig/types.rbs', line 271

def id
  @id
end

#kms_key ⇒ ::String

Returns the value of attribute kms_key.

Returns:



274
275
276
# File 'sig/types.rbs', line 274

def kms_key
  @kms_key
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:



272
273
274
# File 'sig/types.rbs', line 272

def name
  @name
end

#object_configuration ⇒ ::Hash[::String, ::Hash[::String, ::Array[::String]]]

Returns the value of attribute object_configuration.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def object_configuration
  @object_configuration
end

#schedule_configuration ⇒ Types::ScheduleConfiguration

Returns the value of attribute schedule_configuration.

Returns:



276
277
278
# File 'sig/types.rbs', line 276

def schedule_configuration
  @schedule_configuration
end

#source_uri ⇒ ::String

Returns the value of attribute source_uri.

Returns:



275
276
277
# File 'sig/types.rbs', line 275

def source_uri
  @source_uri
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



277
278
279
# File 'sig/types.rbs', line 277

def tags
  @tags
end