Class: Aws::AppTest::Types::Resource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apptest/types.rb

Overview

Specifies a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the resource.

Returns:

  • (String)


2096
2097
2098
2099
2100
2101
# File 'lib/aws-sdk-apptest/types.rb', line 2096

class Resource < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeTypes::ResourceType

The type of the resource.

Returns:



2096
2097
2098
2099
2100
2101
# File 'lib/aws-sdk-apptest/types.rb', line 2096

class Resource < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end