Module: Aws::AgentRegistryControl::Client::_GetRegistryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRegistryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approval_configuration ⇒ Types::ApprovalConfiguration
- #auto_detection ⇒ Types::AutoDetection
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #discovery_configuration ⇒ Types::DiscoveryConfiguration
- #encryption_configuration ⇒ Types::EncryptionConfiguration
- #name ⇒ ::String
- #registry_arn ⇒ ::String
- #registry_id ⇒ ::String
- #status ⇒ "CREATING", ...
- #status_reason ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#approval_configuration ⇒ Types::ApprovalConfiguration
195 |
# File 'sig/client.rbs', line 195
def approval_configuration: () -> Types::ApprovalConfiguration
|
#auto_detection ⇒ Types::AutoDetection
198 |
# File 'sig/client.rbs', line 198
def auto_detection: () -> Types::AutoDetection
|
#created_at ⇒ ::Time
199 |
# File 'sig/client.rbs', line 199
def created_at: () -> ::Time
|
#description ⇒ ::String
190 |
# File 'sig/client.rbs', line 190
def description: () -> ::String
|
#discovery_configuration ⇒ Types::DiscoveryConfiguration
193 |
# File 'sig/client.rbs', line 193
def discovery_configuration: () -> Types::DiscoveryConfiguration
|
#encryption_configuration ⇒ Types::EncryptionConfiguration
194 |
# File 'sig/client.rbs', line 194
def encryption_configuration: () -> Types::EncryptionConfiguration
|
#name ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def name: () -> ::String
|
#registry_arn ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def registry_arn: () -> ::String
|
#registry_id ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def registry_id: () -> ::String
|
#status ⇒ "CREATING", ...
196 |
# File 'sig/client.rbs', line 196
def status: () -> ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
|
#status_reason ⇒ ::String
197 |
# File 'sig/client.rbs', line 197
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
200 |
# File 'sig/client.rbs', line 200
def updated_at: () -> ::Time
|