Class: Aws::Types::GetSchemaCreationStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#details::String

Returns the value of attribute details.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def details
  @details
end

#status"PROCESSING", ...

Returns the value of attribute status.

Returns:

  • ("PROCESSING", "ACTIVE", "DELETING", "FAILED", "SUCCESS", "NOT_APPLICABLE")


827
828
829
# File 'sig/types.rbs', line 827

def status
  @status
end