Class: Aws::Types::S3TablePublishStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_allBoolean

Returns the value of attribute enabled_all.

Returns:

  • (Boolean)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


2771
2772
2773
# File 'sig/types.rbs', line 2771

def s3_tables
  @s3_tables
end