Class: Aws::WellArchitected::Types::ListTagsForResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workload_arnString

The ARN for the workload.

Returns:

  • (String)


4086
4087
4088
4089
4090
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4086

class ListTagsForResourceInput < Struct.new(
  :workload_arn)
  SENSITIVE = []
  include Aws::Structure
end