Class: Aws::ApplicationInsights::Types::DescribeComponentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID for the resource group owner.

Returns:

  • (String)


627
628
629
630
631
632
633
# File 'lib/aws-sdk-applicationinsights/types.rb', line 627

class DescribeComponentRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#component_nameString

The name of the component.

Returns:

  • (String)


627
628
629
630
631
632
633
# File 'lib/aws-sdk-applicationinsights/types.rb', line 627

class DescribeComponentRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


627
628
629
630
631
632
633
# File 'lib/aws-sdk-applicationinsights/types.rb', line 627

class DescribeComponentRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end