Class: Aws::Types::DeleteRegistryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#registry_arn::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


2522
2523
2524
# File 'sig/types.rbs', line 2522

def registry_arn
  @registry_arn
end

#registry_name::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


2521
2522
2523
# File 'sig/types.rbs', line 2521

def registry_name
  @registry_name
end

#status"AVAILABLE", "DELETING"

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "DELETING")


2523
2524
2525
# File 'sig/types.rbs', line 2523

def status
  @status
end