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)


6817
6818
6819
# File 'sig/types.rbs', line 6817

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6815
6816
6817
# File 'sig/types.rbs', line 6815

def description
  @description
end

#registry_name::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


6812
6813
6814
# File 'sig/types.rbs', line 6812

def registry_name
  @registry_name
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


6814
6815
6816
# File 'sig/types.rbs', line 6814

def schema_arn
  @schema_arn
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


6813
6814
6815
# File 'sig/types.rbs', line 6813

def schema_name
  @schema_name
end

#schema_status"AVAILABLE", ...

Returns the value of attribute schema_status.

Returns:

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


6816
6817
6818
# File 'sig/types.rbs', line 6816

def schema_status
  @schema_status
end

#updated_time::String

Returns the value of attribute updated_time.

Returns:

  • (::String)


6818
6819
6820
# File 'sig/types.rbs', line 6818

def updated_time
  @updated_time
end