Class: Aws::AppRegistry::Types::GetAssociatedResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::GetAssociatedResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ String
The name, ID, or ARN of the application.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A unique pagination token for each page of results.
-
#resource ⇒ String
The name or ID of the resource associated with the application.
-
#resource_tag_status ⇒ Array<String>
States whether an application tag is applied, not applied, in the process of being applied, or skipped.
-
#resource_type ⇒ String
The type of resource associated with the application.
Instance Attribute Details
#application ⇒ String
The name, ID, or ARN of the application.
722 723 724 725 726 727 728 729 730 731 |
# File 'lib/aws-sdk-appregistry/types.rb', line 722 class GetAssociatedResourceRequest < Struct.new( :application, :resource_type, :resource, :next_token, :resource_tag_status, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return. If the parameter is omitted, it defaults to 25. The value is optional.
722 723 724 725 726 727 728 729 730 731 |
# File 'lib/aws-sdk-appregistry/types.rb', line 722 class GetAssociatedResourceRequest < Struct.new( :application, :resource_type, :resource, :next_token, :resource_tag_status, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A unique pagination token for each page of results. Make the call again with the returned token to retrieve the next page of results.
722 723 724 725 726 727 728 729 730 731 |
# File 'lib/aws-sdk-appregistry/types.rb', line 722 class GetAssociatedResourceRequest < Struct.new( :application, :resource_type, :resource, :next_token, :resource_tag_status, :max_results) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The name or ID of the resource associated with the application.
722 723 724 725 726 727 728 729 730 731 |
# File 'lib/aws-sdk-appregistry/types.rb', line 722 class GetAssociatedResourceRequest < Struct.new( :application, :resource_type, :resource, :next_token, :resource_tag_status, :max_results) SENSITIVE = [] include Aws::Structure end |
#resource_tag_status ⇒ Array<String>
States whether an application tag is applied, not applied, in the process of being applied, or skipped.
722 723 724 725 726 727 728 729 730 731 |
# File 'lib/aws-sdk-appregistry/types.rb', line 722 class GetAssociatedResourceRequest < Struct.new( :application, :resource_type, :resource, :next_token, :resource_tag_status, :max_results) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource associated with the application.
722 723 724 725 726 727 728 729 730 731 |
# File 'lib/aws-sdk-appregistry/types.rb', line 722 class GetAssociatedResourceRequest < Struct.new( :application, :resource_type, :resource, :next_token, :resource_tag_status, :max_results) SENSITIVE = [] include Aws::Structure end |