Module: Aws::AgentRegistryControl::Client::_UpdateRegistryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRegistryResponse]
- 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
324 |
# File 'sig/client.rbs', line 324
def approval_configuration: () -> Types::ApprovalConfiguration
|
#auto_detection ⇒ Types::AutoDetection
327 |
# File 'sig/client.rbs', line 327
def auto_detection: () -> Types::AutoDetection
|
#created_at ⇒ ::Time
328 |
# File 'sig/client.rbs', line 328
def created_at: () -> ::Time
|
#description ⇒ ::String
319 |
# File 'sig/client.rbs', line 319
def description: () -> ::String
|
#discovery_configuration ⇒ Types::DiscoveryConfiguration
322 |
# File 'sig/client.rbs', line 322
def discovery_configuration: () -> Types::DiscoveryConfiguration
|
#encryption_configuration ⇒ Types::EncryptionConfiguration
323 |
# File 'sig/client.rbs', line 323
def encryption_configuration: () -> Types::EncryptionConfiguration
|
#name ⇒ ::String
318 |
# File 'sig/client.rbs', line 318
def name: () -> ::String
|
#registry_arn ⇒ ::String
321 |
# File 'sig/client.rbs', line 321
def registry_arn: () -> ::String
|
#registry_id ⇒ ::String
320 |
# File 'sig/client.rbs', line 320
def registry_id: () -> ::String
|
#status ⇒ "CREATING", ...
325 |
# File 'sig/client.rbs', line 325
def status: () -> ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
|
#status_reason ⇒ ::String
326 |
# File 'sig/client.rbs', line 326
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
329 |
# File 'sig/client.rbs', line 329
def updated_at: () -> ::Time
|