Class: Aws::Types::CreateTableRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_specificationTypes::AutoScalingSpecification

Returns the value of attribute auto_scaling_specification.



115
116
117
# File 'sig/types.rbs', line 115

def auto_scaling_specification
  @auto_scaling_specification
end

#capacity_specificationTypes::CapacitySpecification

Returns the value of attribute capacity_specification.



108
109
110
# File 'sig/types.rbs', line 108

def capacity_specification
  @capacity_specification
end

#cdc_specificationTypes::CdcSpecification

Returns the value of attribute cdc_specification.



117
118
119
# File 'sig/types.rbs', line 117

def cdc_specification
  @cdc_specification
end

#client_side_timestampsTypes::ClientSideTimestamps

Returns the value of attribute client_side_timestamps.



114
115
116
# File 'sig/types.rbs', line 114

def client_side_timestamps
  @client_side_timestamps
end

#commentTypes::Comment

Returns the value of attribute comment.

Returns:



107
108
109
# File 'sig/types.rbs', line 107

def comment
  @comment
end

#default_time_to_live::Integer

Returns the value of attribute default_time_to_live.

Returns:

  • (::Integer)


112
113
114
# File 'sig/types.rbs', line 112

def default_time_to_live
  @default_time_to_live
end

#encryption_specificationTypes::EncryptionSpecification

Returns the value of attribute encryption_specification.



109
110
111
# File 'sig/types.rbs', line 109

def encryption_specification
  @encryption_specification
end

#keyspace_name::String

Returns the value of attribute keyspace_name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def keyspace_name
  @keyspace_name
end

#point_in_time_recoveryTypes::PointInTimeRecovery

Returns the value of attribute point_in_time_recovery.



110
111
112
# File 'sig/types.rbs', line 110

def point_in_time_recovery
  @point_in_time_recovery
end

#replica_specifications::Array[Types::ReplicaSpecification]

Returns the value of attribute replica_specifications.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def replica_specifications
  @replica_specifications
end

#schema_definitionTypes::SchemaDefinition

Returns the value of attribute schema_definition.



106
107
108
# File 'sig/types.rbs', line 106

def schema_definition
  @schema_definition
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def table_name
  @table_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def tags
  @tags
end

#ttlTypes::TimeToLive

Returns the value of attribute ttl.

Returns:



111
112
113
# File 'sig/types.rbs', line 111

def ttl
  @ttl
end

#warm_throughput_specificationTypes::WarmThroughputSpecification

Returns the value of attribute warm_throughput_specification.



118
119
120
# File 'sig/types.rbs', line 118

def warm_throughput_specification
  @warm_throughput_specification
end