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)


6303
6304
6305
# File 'sig/types.rbs', line 6303

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6301
6302
6303
# File 'sig/types.rbs', line 6301

def description
  @description
end

#registry_arn::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


6300
6301
6302
# File 'sig/types.rbs', line 6300

def registry_arn
  @registry_arn
end

#registry_name::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


6299
6300
6301
# File 'sig/types.rbs', line 6299

def registry_name
  @registry_name
end

#status"AVAILABLE", "DELETING"

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "DELETING")


6302
6303
6304
# File 'sig/types.rbs', line 6302

def status
  @status
end

#updated_time::String

Returns the value of attribute updated_time.

Returns:

  • (::String)


6304
6305
6306
# File 'sig/types.rbs', line 6304

def updated_time
  @updated_time
end