Class: Aws::Types::DeleteSchemaResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


2542
2543
2544
# File 'sig/types.rbs', line 2542

def schema_arn
  @schema_arn
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


2543
2544
2545
# File 'sig/types.rbs', line 2543

def schema_name
  @schema_name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


2544
2545
2546
# File 'sig/types.rbs', line 2544

def status
  @status
end