Class: Aws::Types::ImportResourcesToDraftAppVersionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def app_arn
  @app_arn
end

#eks_sources ⇒ ::Array[Types::EksSource]

Returns the value of attribute eks_sources.

Returns:



702
703
704
# File 'sig/types.rbs', line 702

def eks_sources
  @eks_sources
end

#import_strategy ⇒ "AddOnly", "ReplaceAll"

Returns the value of attribute import_strategy.

Returns:

  • ("AddOnly", "ReplaceAll")


703
704
705
# File 'sig/types.rbs', line 703

def import_strategy
  @import_strategy
end

#source_arns ⇒ ::Array[::String]

Returns the value of attribute source_arns.

Returns:

  • (::Array[::String])


704
705
706
# File 'sig/types.rbs', line 704

def source_arns
  @source_arns
end

#terraform_sources ⇒ ::Array[Types::TerraformSource]

Returns the value of attribute terraform_sources.

Returns:



705
706
707
# File 'sig/types.rbs', line 705

def terraform_sources
  @terraform_sources
end