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:



4348
4349
4350
4351
4352
4353
4354
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4348

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

#resourceTypes::Resource

The resource details.

Returns:



4348
4349
4350
4351
4352
4353
4354
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4348

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

#resource_identifierString

The identifier of the resource.

Returns:

  • (String)


4348
4349
4350
4351
4352
4353
4354
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4348

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