Class: Aws::Types::RecordPrimaryValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


6884
6885
6886
# File 'sig/types.rbs', line 6884

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6883
6884
6885
# File 'sig/types.rbs', line 6883

def last_modified_time
  @last_modified_time
end

#primary_values::Array[Types::PrimaryValueResponse]

Returns the value of attribute primary_values.

Returns:



6882
6883
6884
# File 'sig/types.rbs', line 6882

def primary_values
  @primary_values
end

#record_id::String

Returns the value of attribute record_id.

Returns:

  • (::String)


6881
6882
6883
# File 'sig/types.rbs', line 6881

def record_id
  @record_id
end