Class: Aws::ApplicationInsights::Types::CreateComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::CreateComponentRequest
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Note:
When making an API call, you may pass CreateComponentRequest data as a hash:
{
resource_group_name: "ResourceGroupName", # required
component_name: "CustomComponentName", # required
resource_list: ["ResourceARN"], # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_name ⇒ String
The name of the component.
-
#resource_group_name ⇒ String
The name of the resource group.
-
#resource_list ⇒ Array<String>
The list of resource ARNs that belong to the component.
Instance Attribute Details
#component_name ⇒ String
The name of the component.
285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 285 class CreateComponentRequest < Struct.new( :resource_group_name, :component_name, :resource_list) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 285 class CreateComponentRequest < Struct.new( :resource_group_name, :component_name, :resource_list) SENSITIVE = [] include Aws::Structure end |
#resource_list ⇒ Array<String>
The list of resource ARNs that belong to the component.
285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 285 class CreateComponentRequest < Struct.new( :resource_group_name, :component_name, :resource_list) SENSITIVE = [] include Aws::Structure end |