Class: Aws::Types::GetTypeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#direct_parent_types::Array[::String]

Returns the value of attribute direct_parent_types.

Returns:

  • (::Array[::String])


250
251
252
# File 'sig/types.rbs', line 250

def direct_parent_types
  @direct_parent_types
end

#direct_referring_tables::Array[::String]

Returns the value of attribute direct_referring_tables.

Returns:

  • (::Array[::String])


249
250
251
# File 'sig/types.rbs', line 249

def direct_referring_tables
  @direct_referring_tables
end

#field_definitions::Array[Types::FieldDefinition]

Returns the value of attribute field_definitions.

Returns:



246
247
248
# File 'sig/types.rbs', line 246

def field_definitions
  @field_definitions
end

#keyspace_arn::String

Returns the value of attribute keyspace_arn.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def keyspace_arn
  @keyspace_arn
end

#keyspace_name::String

Returns the value of attribute keyspace_name.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def keyspace_name
  @keyspace_name
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:

  • (::Time)


247
248
249
# File 'sig/types.rbs', line 247

def last_modified_timestamp
  @last_modified_timestamp
end

#max_nesting_depth::Integer

Returns the value of attribute max_nesting_depth.

Returns:

  • (::Integer)


251
252
253
# File 'sig/types.rbs', line 251

def max_nesting_depth
  @max_nesting_depth
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


248
249
250
# File 'sig/types.rbs', line 248

def status
  @status
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def type_name
  @type_name
end