Class: Aws::Types::RegistrySummary
- Inherits:
-
Object
- Object
- Aws::Types::RegistrySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#created_at ⇒ ::Time
Returns the value of attribute created_at.
387 388 389 |
# File 'sig/types.rbs', line 387 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
381 382 383 |
# File 'sig/types.rbs', line 381 def description @description end |
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Returns the value of attribute discovery_configuration.
384 385 386 |
# File 'sig/types.rbs', line 384 def discovery_configuration @discovery_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
380 381 382 |
# File 'sig/types.rbs', line 380 def name @name end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
383 384 385 |
# File 'sig/types.rbs', line 383 def registry_arn @registry_arn end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
382 383 384 |
# File 'sig/types.rbs', line 382 def registry_id @registry_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
385 386 387 |
# File 'sig/types.rbs', line 385 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
386 387 388 |
# File 'sig/types.rbs', line 386 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
388 389 390 |
# File 'sig/types.rbs', line 388 def updated_at @updated_at end |