Class: Aws::AppRegistry::Types::ResourceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ResourceInfo
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
The information about the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon resource name (ARN) that specifies the resource across services.
-
#name ⇒ String
The name of the resource.
Instance Attribute Details
#arn ⇒ String
The Amazon resource name (ARN) that specifies the resource across services.
1196 1197 1198 1199 1200 1201 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1196 class ResourceInfo < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource.
1196 1197 1198 1199 1200 1201 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1196 class ResourceInfo < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |