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)


3981
3982
3983
# File 'sig/types.rbs', line 3981

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3979
3980
3981
# File 'sig/types.rbs', line 3979

def description
  @description
end

#registry_arn::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


3978
3979
3980
# File 'sig/types.rbs', line 3978

def registry_arn
  @registry_arn
end

#registry_name::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


3977
3978
3979
# File 'sig/types.rbs', line 3977

def registry_name
  @registry_name
end

#status"AVAILABLE", "DELETING"

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "DELETING")


3980
3981
3982
# File 'sig/types.rbs', line 3980

def status
  @status
end

#updated_time::String

Returns the value of attribute updated_time.

Returns:

  • (::String)


3982
3983
3984
# File 'sig/types.rbs', line 3982

def updated_time
  @updated_time
end