Class: Aws::ResilienceHub::Types::ImportResourcesToDraftAppVersionResponse

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

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


2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2918

class ImportResourcesToDraftAppVersionResponse < Struct.new(
  :app_arn,
  :app_version,
  :eks_sources,
  :source_arns,
  :status,
  :terraform_sources)
  SENSITIVE = []
  include Aws::Structure
end

#app_versionString

The version of the application.

Returns:

  • (String)


2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2918

class ImportResourcesToDraftAppVersionResponse < Struct.new(
  :app_arn,
  :app_version,
  :eks_sources,
  :source_arns,
  :status,
  :terraform_sources)
  SENSITIVE = []
  include Aws::Structure
end

#eks_sourcesArray<Types::EksSource>

The input sources of the Amazon Elastic Kubernetes Service resources you have imported.

Returns:



2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2918

class ImportResourcesToDraftAppVersionResponse < Struct.new(
  :app_arn,
  :app_version,
  :eks_sources,
  :source_arns,
  :status,
  :terraform_sources)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnsArray<String>

The Amazon Resource Names (ARNs) for the resources you have imported.

Returns:

  • (Array<String>)


2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2918

class ImportResourcesToDraftAppVersionResponse < Struct.new(
  :app_arn,
  :app_version,
  :eks_sources,
  :source_arns,
  :status,
  :terraform_sources)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the action.

Returns:

  • (String)


2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2918

class ImportResourcesToDraftAppVersionResponse < Struct.new(
  :app_arn,
  :app_version,
  :eks_sources,
  :source_arns,
  :status,
  :terraform_sources)
  SENSITIVE = []
  include Aws::Structure
end

#terraform_sourcesArray<Types::TerraformSource>

A list of terraform file s3 URLs you have imported.

Returns:



2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2918

class ImportResourcesToDraftAppVersionResponse < Struct.new(
  :app_arn,
  :app_version,
  :eks_sources,
  :source_arns,
  :status,
  :terraform_sources)
  SENSITIVE = []
  include Aws::Structure
end