Class: Aws::Resiliencehubv2::Types::InputSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::InputSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Identifies an input source by its identifier and type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the input source.
-
#type ⇒ String
The type of the input source.
Instance Attribute Details
#identifier ⇒ String
The identifier of the input source.
1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1672 class InputSource < Struct.new( :identifier, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the input source.
1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1672 class InputSource < Struct.new( :identifier, :type) SENSITIVE = [] include Aws::Structure end |