Class: Aws::Resiliencehubv2::Types::Resource

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

Overview

Represents an AWS resource discovered by Resilience Hub.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The AWS account ID that owns the resource.

Returns:

  • (String)


3528
3529
3530
3531
3532
3533
3534
3535
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3528

class Resource < Struct.new(
  :identifier,
  :aws_region,
  :aws_account_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#aws_regionString

The AWS Region where the resource is located.

Returns:

  • (String)


3528
3529
3530
3531
3532
3533
3534
3535
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3528

class Resource < Struct.new(
  :identifier,
  :aws_region,
  :aws_account_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The identifier of the resource.

Returns:

  • (String)


3528
3529
3530
3531
3532
3533
3534
3535
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3528

class Resource < Struct.new(
  :identifier,
  :aws_region,
  :aws_account_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the resource.

Returns:

  • (String)


3528
3529
3530
3531
3532
3533
3534
3535
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3528

class Resource < Struct.new(
  :identifier,
  :aws_region,
  :aws_account_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end