Class: Aws::Types::GlobalTableDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "UPDATING")


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.

Returns:



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

def replication_group
  @replication_group
end