Class: Aws::Types::RegistrySummary
- Inherits:
-
Object
- Object
- Aws::Types::RegistrySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_detection ⇒ Types::AutoDetection
Returns the value of attribute auto_detection.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Returns the value of attribute discovery_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#auto_detection ⇒ Types::AutoDetection
Returns the value of attribute auto_detection.
463 464 465 |
# File 'sig/types.rbs', line 463 def auto_detection @auto_detection end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
464 465 466 |
# File 'sig/types.rbs', line 464 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
457 458 459 |
# File 'sig/types.rbs', line 457 def description @description end |
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Returns the value of attribute discovery_configuration.
460 461 462 |
# File 'sig/types.rbs', line 460 def discovery_configuration @discovery_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
456 457 458 |
# File 'sig/types.rbs', line 456 def name @name end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
459 460 461 |
# File 'sig/types.rbs', line 459 def registry_arn @registry_arn end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
458 459 460 |
# File 'sig/types.rbs', line 458 def registry_id @registry_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
461 462 463 |
# File 'sig/types.rbs', line 461 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
462 463 464 |
# File 'sig/types.rbs', line 462 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
465 466 467 |
# File 'sig/types.rbs', line 465 def updated_at @updated_at end |