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

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

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


3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3412

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)


3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3412

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:



3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3412

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


3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3412

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)


3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3412

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:



3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3412

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