Class: Aws::Types::RegistryListItem

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)


6330
6331
6332
# File 'sig/types.rbs', line 6330

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6328
6329
6330
# File 'sig/types.rbs', line 6328

def description
  @description
end

#registry_arn::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


6327
6328
6329
# File 'sig/types.rbs', line 6327

def registry_arn
  @registry_arn
end

#registry_name::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


6326
6327
6328
# File 'sig/types.rbs', line 6326

def registry_name
  @registry_name
end

#status"AVAILABLE", "DELETING"

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "DELETING")


6329
6330
6331
# File 'sig/types.rbs', line 6329

def status
  @status
end

#updated_time::String

Returns the value of attribute updated_time.

Returns:

  • (::String)


6331
6332
6333
# File 'sig/types.rbs', line 6331

def updated_time
  @updated_time
end