Class: Aws::Types::Record

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:record_attribute_map])

Instance Attribute Summary collapse

Instance Attribute Details

#input_source_arn::String

Returns the value of attribute input_source_arn.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def input_source_arn
  @input_source_arn
end

#record_attribute_map::Hash[::String, ::String]

Returns the value of attribute record_attribute_map.

Returns:

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


777
778
779
# File 'sig/types.rbs', line 777

def record_attribute_map
  @record_attribute_map
end

#unique_id::String

Returns the value of attribute unique_id.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def unique_id
  @unique_id
end