Class: Aws::Types::JournalTableConfigurationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ErrorDetails

Returns the value of attribute error.

Returns:



1592
1593
1594
# File 'sig/types.rbs', line 1592

def error
  @error
end

#record_expirationTypes::RecordExpiration

Returns the value of attribute record_expiration.



1595
1596
1597
# File 'sig/types.rbs', line 1595

def record_expiration
  @record_expiration
end

#table_arn::String

Returns the value of attribute table_arn.

Returns:

  • (::String)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def table_arn
  @table_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1593
1594
1595
# File 'sig/types.rbs', line 1593

def table_name
  @table_name
end

#table_status::String

Returns the value of attribute table_status.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def table_status
  @table_status
end