Class: Aws::AppTest::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::Resource
- Defined in:
- gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb
Overview
Specifies a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the resource.
-
#type ⇒ Types::ResourceType
The type of the resource.
Instance Attribute Details
#name ⇒ String
The name of the resource.
2096 2097 2098 2099 2100 2101 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2096 class Resource < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ Types::ResourceType
The type of the resource.
2096 2097 2098 2099 2100 2101 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2096 class Resource < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |