Class: Aws::Types::DescribeImageReplicationStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImageReplicationStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
-
#replication_statuses ⇒ ::Array[Types::ImageReplicationStatus]
Returns the value of attribute replication_statuses.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
296 297 298 |
# File 'sig/types.rbs', line 296 def image_id @image_id end |
#replication_statuses ⇒ ::Array[Types::ImageReplicationStatus]
Returns the value of attribute replication_statuses.
297 298 299 |
# File 'sig/types.rbs', line 297 def replication_statuses @replication_statuses end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
295 296 297 |
# File 'sig/types.rbs', line 295 def repository_name @repository_name end |