Class: Aws::AppRegistry::Types::GetAssociatedResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationString

The name, ID, or ARN of the application.

Returns:

  • (String)


722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-appregistry/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_resultsInteger

The maximum number of results to return. If the parameter is omitted, it defaults to 25. The value is optional.

Returns:

  • (Integer)


722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-appregistry/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_tokenString

A unique pagination token for each page of results. Make the call again with the returned token to retrieve the next page of results.

Returns:

  • (String)


722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-appregistry/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

#resourceString

The name or ID of the resource associated with the application.

Returns:

  • (String)


722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-appregistry/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_statusArray<String>

States whether an application tag is applied, not applied, in the process of being applied, or skipped.

Returns:

  • (Array<String>)


722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-appregistry/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_typeString

The type of resource associated with the application.

Returns:

  • (String)


722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-appregistry/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