Class: Aws::Types::GetApplicationComponentDetailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationComponentDetailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_component_detail ⇒ Types::ApplicationComponentDetail
Returns the value of attribute application_component_detail.
-
#associated_applications ⇒ ::Array[Types::AssociatedApplication]
Returns the value of attribute associated_applications.
-
#associated_server_ids ⇒ ::Array[::String]
Returns the value of attribute associated_server_ids.
-
#more_application_resource ⇒ Boolean
Returns the value of attribute more_application_resource.
Instance Attribute Details
#application_component_detail ⇒ Types::ApplicationComponentDetail
Returns the value of attribute application_component_detail.
243 244 245 |
# File 'sig/types.rbs', line 243 def application_component_detail @application_component_detail end |
#associated_applications ⇒ ::Array[Types::AssociatedApplication]
Returns the value of attribute associated_applications.
244 245 246 |
# File 'sig/types.rbs', line 244 def associated_applications @associated_applications end |
#associated_server_ids ⇒ ::Array[::String]
Returns the value of attribute associated_server_ids.
245 246 247 |
# File 'sig/types.rbs', line 245 def associated_server_ids @associated_server_ids end |
#more_application_resource ⇒ Boolean
Returns the value of attribute more_application_resource.
246 247 248 |
# File 'sig/types.rbs', line 246 def more_application_resource @more_application_resource end |