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)


2548
2549
2550
# File 'sig/types.rbs', line 2548

def schema_arn
  @schema_arn
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


2549
2550
2551
# File 'sig/types.rbs', line 2549

def schema_name
  @schema_name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


2550
2551
2552
# File 'sig/types.rbs', line 2550

def status
  @status
end