Class: Aws::ResilienceHub::Types::UpdateAppVersionResourceRequest

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 resources.

Returns:

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


6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6711

class UpdateAppVersionResourceRequest < Struct.new(
  :additional_info,
  :app_arn,
  :app_components,
  :aws_account_id,
  :aws_region,
  :excluded,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_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)


6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6711

class UpdateAppVersionResourceRequest < Struct.new(
  :additional_info,
  :app_arn,
  :app_components,
  :aws_account_id,
  :aws_region,
  :excluded,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#app_componentsArray<String>

List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.

Returns:

  • (Array<String>)


6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6711

class UpdateAppVersionResourceRequest < Struct.new(
  :additional_info,
  :app_arn,
  :app_components,
  :aws_account_id,
  :aws_region,
  :excluded,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

Amazon Web Services account that owns the physical resource.

Returns:

  • (String)


6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6711

class UpdateAppVersionResourceRequest < Struct.new(
  :additional_info,
  :app_arn,
  :app_components,
  :aws_account_id,
  :aws_region,
  :excluded,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#aws_regionString

Amazon Web Services region that owns the physical resource.

Returns:

  • (String)


6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6711

class UpdateAppVersionResourceRequest < Struct.new(
  :additional_info,
  :app_arn,
  :app_components,
  :aws_account_id,
  :aws_region,
  :excluded,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#excludedBoolean

Indicates if a resource is excluded from an Resilience Hub application.

<note markdown=“1”> You can exclude only imported resources from an Resilience Hub application.

</note>

Returns:

  • (Boolean)


6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6711

class UpdateAppVersionResourceRequest < Struct.new(
  :additional_info,
  :app_arn,
  :app_components,
  :aws_account_id,
  :aws_region,
  :excluded,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#logical_resource_idTypes::LogicalResourceId

Logical identifier of the resource.



6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6711

class UpdateAppVersionResourceRequest < Struct.new(
  :additional_info,
  :app_arn,
  :app_components,
  :aws_account_id,
  :aws_region,
  :excluded,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#physical_resource_idString

Physical identifier of the resource.

Returns:

  • (String)


6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6711

class UpdateAppVersionResourceRequest < Struct.new(
  :additional_info,
  :app_arn,
  :app_components,
  :aws_account_id,
  :aws_region,
  :excluded,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

Name of the resource.

Returns:

  • (String)


6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6711

class UpdateAppVersionResourceRequest < Struct.new(
  :additional_info,
  :app_arn,
  :app_components,
  :aws_account_id,
  :aws_region,
  :excluded,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Type of resource.

Returns:

  • (String)


6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6711

class UpdateAppVersionResourceRequest < Struct.new(
  :additional_info,
  :app_arn,
  :app_components,
  :aws_account_id,
  :aws_region,
  :excluded,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end