Class: Aws::Types::S3TablePublishStatus
- Inherits:
-
Object
- Object
- Aws::Types::S3TablePublishStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled_all ⇒ Boolean
Returns the value of attribute enabled_all.
-
#last_ingestion_times ⇒ ::Hash[::String, ::String]
Returns the value of attribute last_ingestion_times.
-
#s3_table_granularity ⇒ ::String
Returns the value of attribute s3_table_granularity.
-
#s3_table_namespace ⇒ ::String
Returns the value of attribute s3_table_namespace.
-
#s3_tables ⇒ ::Array[::String]
Returns the value of attribute s3_tables.
Instance Attribute Details
#enabled_all ⇒ Boolean
Returns the value of attribute enabled_all.
2774 2775 2776 |
# File 'sig/types.rbs', line 2774 def enabled_all @enabled_all end |
#last_ingestion_times ⇒ ::Hash[::String, ::String]
Returns the value of attribute last_ingestion_times.
2775 2776 2777 |
# File 'sig/types.rbs', line 2775 def last_ingestion_times @last_ingestion_times end |
#s3_table_granularity ⇒ ::String
Returns the value of attribute s3_table_granularity.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def s3_table_granularity @s3_table_granularity end |
#s3_table_namespace ⇒ ::String
Returns the value of attribute s3_table_namespace.
2772 2773 2774 |
# File 'sig/types.rbs', line 2772 def s3_table_namespace @s3_table_namespace end |
#s3_tables ⇒ ::Array[::String]
Returns the value of attribute s3_tables.
2771 2772 2773 |
# File 'sig/types.rbs', line 2771 def s3_tables @s3_tables end |