Class: Aws::Types::DescribeImageReplicationStatusRequest

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.



289
290
291
# File 'sig/types.rbs', line 289

def image_id
  @image_id
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def repository_name
  @repository_name
end