Class: Aws::AppRegistry::Types::ResourceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ResourceDetails
- 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
-
#tag_value ⇒ String
The value of the tag.
Instance Attribute Details
#tag_value ⇒ String
The value of the tag.
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 |