Class: Aws::AgentRegistryControl::Types::RegistrySummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The timestamp when the registry was created

Returns:

  • (Time)


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

#descriptionString

Registry description

Returns:

  • (String)


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_configurationTypes::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

#nameString

Registry name

Returns:

  • (String)


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_arnString

Registry Amazon Resource Name

Returns:

  • (String)


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_idString

Unique registry identifier

Returns:

  • (String)


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

#statusString

Current status of the registry

Returns:

  • (String)


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_reasonString

The reason for the current status. Typically populated when the status indicates a failure state.

Returns:

  • (String)


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_atTime

The timestamp when the registry was last updated

Returns:

  • (Time)


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