Class: Aws::Resiliencehubv2::Types::ServiceResource

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

Overview

Represents a resource associated with a service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_sourceTypes::InputSource

The input source that discovered the resource.

Returns:



3703
3704
3705
3706
3707
3708
3709
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3703

class ServiceResource < Struct.new(
  :resource_identifier,
  :input_source,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end

#resourceTypes::Resource

The resource details.

Returns:



3703
3704
3705
3706
3707
3708
3709
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3703

class ServiceResource < Struct.new(
  :resource_identifier,
  :input_source,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The identifier of the resource.

Returns:

  • (String)


3703
3704
3705
3706
3707
3708
3709
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3703

class ServiceResource < Struct.new(
  :resource_identifier,
  :input_source,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end