Class: Aws::AgentRegistryControl::Types::RegistrySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::RegistrySummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
Registry summary for list operations
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the registry was created.
-
#description ⇒ String
Registry description.
-
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Discovery configuration for the registry.
-
#name ⇒ String
Registry name.
-
#registry_arn ⇒ String
Registry Amazon Resource Name.
-
#registry_id ⇒ String
Unique registry identifier.
-
#status ⇒ String
Current status of the registry.
-
#status_reason ⇒ String
The reason for the current status.
-
#updated_at ⇒ Time
The timestamp when the registry was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the registry was created
1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1306 class RegistrySummary < Struct.new( :name, :description, :registry_id, :registry_arn, :discovery_configuration, :status, :status_reason, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
Registry description
1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1306 class RegistrySummary < Struct.new( :name, :description, :registry_id, :registry_arn, :discovery_configuration, :status, :status_reason, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Discovery configuration for the registry
1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1306 class RegistrySummary < Struct.new( :name, :description, :registry_id, :registry_arn, :discovery_configuration, :status, :status_reason, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
Registry name
1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1306 class RegistrySummary < Struct.new( :name, :description, :registry_id, :registry_arn, :discovery_configuration, :status, :status_reason, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#registry_arn ⇒ String
Registry Amazon Resource Name
1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1306 class RegistrySummary < Struct.new( :name, :description, :registry_id, :registry_arn, :discovery_configuration, :status, :status_reason, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#registry_id ⇒ String
Unique registry identifier
1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1306 class RegistrySummary < Struct.new( :name, :description, :registry_id, :registry_arn, :discovery_configuration, :status, :status_reason, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#status ⇒ String
Current status of the registry
1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1306 class RegistrySummary < Struct.new( :name, :description, :registry_id, :registry_arn, :discovery_configuration, :status, :status_reason, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#status_reason ⇒ String
The reason for the current status. Typically populated when the status indicates a failure state.
1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1306 class RegistrySummary < Struct.new( :name, :description, :registry_id, :registry_arn, :discovery_configuration, :status, :status_reason, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the registry was last updated
1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1306 class RegistrySummary < Struct.new( :name, :description, :registry_id, :registry_arn, :discovery_configuration, :status, :status_reason, :created_at, :updated_at) SENSITIVE = [:description] include Aws::Structure end |