Class: Aws::Types::GlobalTableDescription

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time::Time

Returns the value of attribute creation_date_time.



820
821
822
# File 'sig/types.rbs', line 820

def creation_date_time
  @creation_date_time
end

#global_table_arn::String

Returns the value of attribute global_table_arn.



819
820
821
# File 'sig/types.rbs', line 819

def global_table_arn
  @global_table_arn
end

#global_table_name::String

Returns the value of attribute global_table_name.



822
823
824
# File 'sig/types.rbs', line 822

def global_table_name
  @global_table_name
end

#global_table_status"CREATING", ...

Returns the value of attribute global_table_status.



821
822
823
# File 'sig/types.rbs', line 821

def global_table_status
  @global_table_status
end

#replication_group::Array[Types::ReplicaDescription]

Returns the value of attribute replication_group.



818
819
820
# File 'sig/types.rbs', line 818

def replication_group
  @replication_group
end