Class: Aws::Types::SchemaListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::String

Returns the value of attribute created_time.

Returns:

  • (::String)


6748
6749
6750
# File 'sig/types.rbs', line 6748

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6746
6747
6748
# File 'sig/types.rbs', line 6746

def description
  @description
end

#registry_name::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


6743
6744
6745
# File 'sig/types.rbs', line 6743

def registry_name
  @registry_name
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


6745
6746
6747
# File 'sig/types.rbs', line 6745

def schema_arn
  @schema_arn
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


6744
6745
6746
# File 'sig/types.rbs', line 6744

def schema_name
  @schema_name
end

#schema_status"AVAILABLE", ...

Returns the value of attribute schema_status.

Returns:

  • ("AVAILABLE", "PENDING", "DELETING")


6747
6748
6749
# File 'sig/types.rbs', line 6747

def schema_status
  @schema_status
end

#updated_time::String

Returns the value of attribute updated_time.

Returns:

  • (::String)


6749
6750
6751
# File 'sig/types.rbs', line 6749

def updated_time
  @updated_time
end