class Aws::SSOAdmin::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { instance_arn: "InstanceArn", # required resource_arn: "GeneralArn", # required tags: [ # required { key: "TagKey", value: "TagValue", }, ], }
@!attribute [rw] instance_arn
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*. @return [String]
@!attribute [rw] resource_arn
The ARN of the resource with the tags to be listed. @return [String]
@!attribute [rw] tags
A set of key-value pairs that are used to manage the resource. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE