Class: Aws::Types::ImportResourcesToDraftAppVersionResponse

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)


710
711
712
# File 'sig/types.rbs', line 710

def app_arn
  @app_arn
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def app_version
  @app_version
end

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

Returns the value of attribute eks_sources.

Returns:



712
713
714
# File 'sig/types.rbs', line 712

def eks_sources
  @eks_sources
end

#source_arns ⇒ ::Array[::String]

Returns the value of attribute source_arns.

Returns:

  • (::Array[::String])


713
714
715
# File 'sig/types.rbs', line 713

def source_arns
  @source_arns
end

#status ⇒ "Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Failed", "Success")


714
715
716
# File 'sig/types.rbs', line 714

def status
  @status
end

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

Returns the value of attribute terraform_sources.

Returns:



715
716
717
# File 'sig/types.rbs', line 715

def terraform_sources
  @terraform_sources
end