Class: Aws::Types::GetRegistryResponse

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)


3971
3972
3973
# File 'sig/types.rbs', line 3971

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3969
3970
3971
# File 'sig/types.rbs', line 3969

def description
  @description
end

#registry_arn::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


3968
3969
3970
# File 'sig/types.rbs', line 3968

def registry_arn
  @registry_arn
end

#registry_name::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


3967
3968
3969
# File 'sig/types.rbs', line 3967

def registry_name
  @registry_name
end

#status"AVAILABLE", "DELETING"

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "DELETING")


3970
3971
3972
# File 'sig/types.rbs', line 3970

def status
  @status
end

#updated_time::String

Returns the value of attribute updated_time.

Returns:

  • (::String)


3972
3973
3974
# File 'sig/types.rbs', line 3972

def updated_time
  @updated_time
end