Class: Aws::AppRegistry::Types::ResourceDetails

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

Overview

The details related to the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_valueString

The value of the tag.

Returns:

  • (String)


1148
1149
1150
1151
1152
# File 'lib/aws-sdk-appregistry/types.rb', line 1148

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