Class: Aws::Types::ServiceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_url ⇒ ::String
Returns the value of attribute service_url.
-
#status ⇒ "CREATE_FAILED", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
630 631 632 |
# File 'sig/types.rbs', line 630 def created_at @created_at end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
628 629 630 |
# File 'sig/types.rbs', line 628 def service_arn @service_arn end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
627 628 629 |
# File 'sig/types.rbs', line 627 def service_id @service_id end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
626 627 628 |
# File 'sig/types.rbs', line 626 def service_name @service_name end |
#service_url ⇒ ::String
Returns the value of attribute service_url.
629 630 631 |
# File 'sig/types.rbs', line 629 def service_url @service_url end |
#status ⇒ "CREATE_FAILED", ...
Returns the value of attribute status.
632 633 634 |
# File 'sig/types.rbs', line 632 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
631 632 633 |
# File 'sig/types.rbs', line 631 def updated_at @updated_at end |