Class: Aws::Types::GetApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_tag ⇒ ::Hash[::String, ::String]
Returns the value of attribute application_tag.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#associated_resource_count ⇒ ::Integer
Returns the value of attribute associated_resource_count.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#integrations ⇒ Types::Integrations
Returns the value of attribute integrations.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#application_tag ⇒ ::Hash[::String, ::String]
Returns the value of attribute application_tag.
195 196 197 |
# File 'sig/types.rbs', line 195 def application_tag @application_tag end |
#arn ⇒ ::String
Returns the value of attribute arn.
187 188 189 |
# File 'sig/types.rbs', line 187 def arn @arn end |
#associated_resource_count ⇒ ::Integer
Returns the value of attribute associated_resource_count.
192 193 194 |
# File 'sig/types.rbs', line 192 def associated_resource_count @associated_resource_count end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
190 191 192 |
# File 'sig/types.rbs', line 190 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
189 190 191 |
# File 'sig/types.rbs', line 189 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
186 187 188 |
# File 'sig/types.rbs', line 186 def id @id end |
#integrations ⇒ Types::Integrations
Returns the value of attribute integrations.
194 195 196 |
# File 'sig/types.rbs', line 194 def integrations @integrations end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
191 192 193 |
# File 'sig/types.rbs', line 191 def last_update_time @last_update_time end |
#name ⇒ ::String
Returns the value of attribute name.
188 189 190 |
# File 'sig/types.rbs', line 188 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
193 194 195 |
# File 'sig/types.rbs', line 193 def @tags end |