Class: Aws::ApplicationInsights::Types::UpdateComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::UpdateComponentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_name ⇒ String
The name of the component.
-
#new_component_name ⇒ String
The new 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.
2027 2028 2029 2030 2031 2032 2033 2034 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2027 class UpdateComponentRequest < Struct.new( :resource_group_name, :component_name, :new_component_name, :resource_list) SENSITIVE = [] include Aws::Structure end |
#new_component_name ⇒ String
The new name of the component.
2027 2028 2029 2030 2031 2032 2033 2034 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2027 class UpdateComponentRequest < Struct.new( :resource_group_name, :component_name, :new_component_name, :resource_list) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
2027 2028 2029 2030 2031 2032 2033 2034 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2027 class UpdateComponentRequest < Struct.new( :resource_group_name, :component_name, :new_component_name, :resource_list) SENSITIVE = [] include Aws::Structure end |
#resource_list ⇒ Array<String>
The list of resource ARNs that belong to the component.
2027 2028 2029 2030 2031 2032 2033 2034 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2027 class UpdateComponentRequest < Struct.new( :resource_group_name, :component_name, :new_component_name, :resource_list) SENSITIVE = [] include Aws::Structure end |