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)


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.

Returns:

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


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.

Returns:

  • ("namespace", "account")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


873
874
875
# File 'sig/types.rbs', line 873

def s3_tables
  @s3_tables
end