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.
1063 1064 1065 1066 1067 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1063 class ResourceDetails < Struct.new( :tag_value) SENSITIVE = [] include Aws::Structure end |