Class: Aws::Types::JournalTableConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::JournalTableConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
-
#record_expiration ⇒ Types::RecordExpiration
Returns the value of attribute record_expiration.
-
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#table_status ⇒ ::String
Returns the value of attribute table_status.
Instance Attribute Details
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def error @error end |
#record_expiration ⇒ Types::RecordExpiration
Returns the value of attribute record_expiration.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def record_expiration @record_expiration end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def table_arn @table_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def table_name @table_name end |
#table_status ⇒ ::String
Returns the value of attribute table_status.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def table_status @table_status end |