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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appregistry/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 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1148

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