Class: Aws::Types::UpdateImageStorageClassResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_idTypes::ImageIdentifier

Returns the value of attribute image_id.



1377
1378
1379
# File 'sig/types.rbs', line 1377

def image_id
  @image_id
end

#image_status"ACTIVE", ...

Returns the value of attribute image_status.

Returns:

  • ("ACTIVE", "ARCHIVED", "ACTIVATING")


1378
1379
1380
# File 'sig/types.rbs', line 1378

def image_status
  @image_status
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def repository_name
  @repository_name
end