Class: Aws::ResilienceHub::Types::UpdateAppVersionAppComponentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_infoHash<String,Array<String>>

Currently, there is no supported additional information for Application Components.

Returns:

  • (Hash<String,Array<String>>)


6570
6571
6572
6573
6574
6575
6576
6577
6578
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6570

class UpdateAppVersionAppComponentRequest < Struct.new(
  :additional_info,
  :app_arn,
  :id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#app_arnString

Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:‘partition`:resiliencehub:`region`:`account`:app/`app-id`. For more information about ARNs, see [ Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference* guide.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


6570
6571
6572
6573
6574
6575
6576
6577
6578
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6570

class UpdateAppVersionAppComponentRequest < Struct.new(
  :additional_info,
  :app_arn,
  :id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Identifier of the Application Component.

Returns:

  • (String)


6570
6571
6572
6573
6574
6575
6576
6577
6578
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6570

class UpdateAppVersionAppComponentRequest < Struct.new(
  :additional_info,
  :app_arn,
  :id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the Application Component.

Returns:

  • (String)


6570
6571
6572
6573
6574
6575
6576
6577
6578
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6570

class UpdateAppVersionAppComponentRequest < Struct.new(
  :additional_info,
  :app_arn,
  :id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of Application Component. For more information about the types of Application Component, see [Grouping resources in an AppComponent].

[1]: docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html

Returns:

  • (String)


6570
6571
6572
6573
6574
6575
6576
6577
6578
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6570

class UpdateAppVersionAppComponentRequest < Struct.new(
  :additional_info,
  :app_arn,
  :id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end