Class: Aws::ResilienceHub::Types::UpdateAppVersionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_infoHash<String,Array<String>>

Additional configuration parameters for an Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters.

Currently, this parameter supports only failover region and account.

Returns:

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


5888
5889
5890
5891
5892
5893
5894
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5888

class UpdateAppVersionResponse < Struct.new(
  :additional_info,
  :app_arn,
  :app_version)
  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.

Returns:

  • (String)


5888
5889
5890
5891
5892
5893
5894
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5888

class UpdateAppVersionResponse < Struct.new(
  :additional_info,
  :app_arn,
  :app_version)
  SENSITIVE = []
  include Aws::Structure
end

#app_versionString

Resilience Hub application version.

Returns:

  • (String)


5888
5889
5890
5891
5892
5893
5894
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5888

class UpdateAppVersionResponse < Struct.new(
  :additional_info,
  :app_arn,
  :app_version)
  SENSITIVE = []
  include Aws::Structure
end