Class: Aws::Types::DescribeApplicationAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#associated_resource_types ⇒ ::Array[("WORKSPACE" | "BUNDLE" | "IMAGE")]
Returns the value of attribute associated_resource_types.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
537 538 539 |
# File 'sig/types.rbs', line 537 def application_id @application_id end |
#associated_resource_types ⇒ ::Array[("WORKSPACE" | "BUNDLE" | "IMAGE")]
Returns the value of attribute associated_resource_types.
538 539 540 |
# File 'sig/types.rbs', line 538 def associated_resource_types @associated_resource_types end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
535 536 537 |
# File 'sig/types.rbs', line 535 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
536 537 538 |
# File 'sig/types.rbs', line 536 def next_token @next_token end |