Class: Aws::ApplicationInsights::Types::DescribeApplicationRequest

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)


488
489
490
491
492
493
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 488

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

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


488
489
490
491
492
493
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 488

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