Class: Aws::Types::UpdateImageStorageClassRequest

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.



1369
1370
1371
# File 'sig/types.rbs', line 1369

def image_id
  @image_id
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def repository_name
  @repository_name
end

#target_storage_class"STANDARD", "ARCHIVE"

Returns the value of attribute target_storage_class.

Returns:

  • ("STANDARD", "ARCHIVE")


1370
1371
1372
# File 'sig/types.rbs', line 1370

def target_storage_class
  @target_storage_class
end