Class: Aws::CodeArtifact::Types::ListAssociatedPackagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListAssociatedPackagesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The name of the domain that contains the package group from which to list associated packages.
-
#domain_owner ⇒ String
The 12-digit account number of the Amazon Web Services account that owns the domain.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_token ⇒ String
The token for the next set of results.
-
#package_group ⇒ String
The pattern of the package group from which to list associated packages.
-
#preview ⇒ Boolean
When this flag is included, ‘ListAssociatedPackages` will return a list of packages that would be associated with a package group, even if it does not exist.
Instance Attribute Details
#domain ⇒ String
The name of the domain that contains the package group from which to list associated packages.
2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2018 class ListAssociatedPackagesRequest < Struct.new( :domain, :domain_owner, :package_group, :max_results, :next_token, :preview) SENSITIVE = [] include Aws::Structure end |
#domain_owner ⇒ String
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2018 class ListAssociatedPackagesRequest < Struct.new( :domain, :domain_owner, :package_group, :max_results, :next_token, :preview) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2018 class ListAssociatedPackagesRequest < Struct.new( :domain, :domain_owner, :package_group, :max_results, :next_token, :preview) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2018 class ListAssociatedPackagesRequest < Struct.new( :domain, :domain_owner, :package_group, :max_results, :next_token, :preview) SENSITIVE = [] include Aws::Structure end |
#package_group ⇒ String
The pattern of the package group from which to list associated packages.
2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2018 class ListAssociatedPackagesRequest < Struct.new( :domain, :domain_owner, :package_group, :max_results, :next_token, :preview) SENSITIVE = [] include Aws::Structure end |
#preview ⇒ Boolean
When this flag is included, ‘ListAssociatedPackages` will return a list of packages that would be associated with a package group, even if it does not exist.
2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2018 class ListAssociatedPackagesRequest < Struct.new( :domain, :domain_owner, :package_group, :max_results, :next_token, :preview) SENSITIVE = [] include Aws::Structure end |