Class: Aws::Types::ApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
270 271 272 |
# File 'sig/types.rbs', line 270 def arn @arn end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
274 275 276 |
# File 'sig/types.rbs', line 274 def creation_date @creation_date end |
#id ⇒ ::String
Returns the value of attribute id.
271 272 273 |
# File 'sig/types.rbs', line 271 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
272 273 274 |
# File 'sig/types.rbs', line 272 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
273 274 275 |
# File 'sig/types.rbs', line 273 def @tags end |