Class: Aws::ApplicationInsights::Types::DescribeComponentConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID for the resource group owner.

Returns:

  • (String)


566
567
568
569
570
571
572
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 566

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

#component_nameString

The name of the component.

Returns:

  • (String)


566
567
568
569
570
571
572
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 566

class DescribeComponentConfigurationRequest < 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)


566
567
568
569
570
571
572
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 566

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