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.
-
#discovery_status ⇒ "SUCCESS", ...
Returns the value of attribute discovery_status.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "HANA", "SAP_ABAP"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
36 37 38 |
# File 'sig/types.rbs', line 36 def arn @arn end |
#discovery_status ⇒ "SUCCESS", ...
Returns the value of attribute discovery_status.
34 35 36 |
# File 'sig/types.rbs', line 34 def discovery_status @discovery_status end |
#id ⇒ ::String
Returns the value of attribute id.
33 34 35 |
# File 'sig/types.rbs', line 33 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
37 38 39 |
# File 'sig/types.rbs', line 37 def @tags end |
#type ⇒ "HANA", "SAP_ABAP"
Returns the value of attribute type.
35 36 37 |
# File 'sig/types.rbs', line 35 def type @type end |