Class: Aws::Types::ApplicationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
142 143 144 |
# File 'sig/types.rbs', line 142 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
146 147 148 |
# File 'sig/types.rbs', line 146 def created_at @created_at end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
144 145 146 |
# File 'sig/types.rbs', line 144 def endpoint @endpoint end |
#id ⇒ ::String
Returns the value of attribute id.
141 142 143 |
# File 'sig/types.rbs', line 141 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
147 148 149 |
# File 'sig/types.rbs', line 147 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
143 144 145 |
# File 'sig/types.rbs', line 143 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
145 146 147 |
# File 'sig/types.rbs', line 145 def status @status end |