Module: Aws::ECR::Client::_DescribeImageReplicationStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeImageReplicationStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #image_id ⇒ Types::ImageIdentifier
- #replication_statuses ⇒ ::Array[Types::ImageReplicationStatus]
- #repository_name ⇒ ::String
Instance Method Details
#image_id ⇒ Types::ImageIdentifier
346 |
# File 'sig/client.rbs', line 346
def image_id: () -> Types::ImageIdentifier
|
#replication_statuses ⇒ ::Array[Types::ImageReplicationStatus]
347 |
# File 'sig/client.rbs', line 347
def replication_statuses: () -> ::Array[Types::ImageReplicationStatus]
|
#repository_name ⇒ ::String
345 |
# File 'sig/client.rbs', line 345
def repository_name: () -> ::String
|