Class: Aws::ApplicationInsights::Types::UpdateComponentRequest

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

#component_nameString

The name of the component.

Returns:

  • (String)


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_nameString

The new name of the component.

Returns:

  • (String)


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_nameString

The name of the resource group.

Returns:

  • (String)


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_listArray<String>

The list of resource ARNs that belong to the component.

Returns:

  • (Array<String>)


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