Class: Aws::Resiliencehubv2::Types::InputSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#identifierString

The identifier of the input source.

Returns:

  • (String)


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

#typeString

The type of the input source.

Returns:

  • (String)


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