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

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

#component_nameString

The name of the component.

Returns:

  • (String)


1996
1997
1998
1999
2000
2001
2002
2003
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1996

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)


1996
1997
1998
1999
2000
2001
2002
2003
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1996

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)


1996
1997
1998
1999
2000
2001
2002
2003
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1996

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


1996
1997
1998
1999
2000
2001
2002
2003
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1996

class UpdateComponentRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :new_component_name,
  :resource_list)
  SENSITIVE = []
  include Aws::Structure
end