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 ⇒ "namespace", "account"
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.
869 870 871 |
# File 'sig/types.rbs', line 869 def enabled_all @enabled_all end |
#last_ingestion_times ⇒ ::Hash[::String, ::String]
Returns the value of attribute last_ingestion_times.
870 871 872 |
# File 'sig/types.rbs', line 870 def last_ingestion_times @last_ingestion_times end |
#s3_table_granularity ⇒ "namespace", "account"
Returns the value of attribute s3_table_granularity.
871 872 873 |
# File 'sig/types.rbs', line 871 def s3_table_granularity @s3_table_granularity end |
#s3_table_namespace ⇒ ::String
Returns the value of attribute s3_table_namespace.
872 873 874 |
# File 'sig/types.rbs', line 872 def s3_table_namespace @s3_table_namespace end |
#s3_tables ⇒ ::Array[::String]
Returns the value of attribute s3_tables.
873 874 875 |
# File 'sig/types.rbs', line 873 def s3_tables @s3_tables end |