Class: Aws::FIS::Types::TargetResourceType
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::TargetResourceType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes a resource type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the resource type.
-
#parameters ⇒ Hash<String,Types::TargetResourceTypeParameter>
The parameters for the resource type.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#description ⇒ String
A description of the resource type.
2050 2051 2052 2053 2054 2055 2056 |
# File 'lib/aws-sdk-fis/types.rb', line 2050 class TargetResourceType < Struct.new( :resource_type, :description, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,Types::TargetResourceTypeParameter>
The parameters for the resource type.
2050 2051 2052 2053 2054 2055 2056 |
# File 'lib/aws-sdk-fis/types.rb', line 2050 class TargetResourceType < Struct.new( :resource_type, :description, :parameters) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
2050 2051 2052 2053 2054 2055 2056 |
# File 'lib/aws-sdk-fis/types.rb', line 2050 class TargetResourceType < Struct.new( :resource_type, :description, :parameters) SENSITIVE = [] include Aws::Structure end |