Class: Aws::Types::AppInputSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eks_source_cluster_namespace ⇒ Types::EksSourceClusterNamespace

Returns the value of attribute eks_source_cluster_namespace.



149
150
151
# File 'sig/types.rbs', line 149

def eks_source_cluster_namespace
  @eks_source_cluster_namespace
end

#import_type ⇒ "CfnStack", ...

Returns the value of attribute import_type.

Returns:

  • ("CfnStack", "Resource", "AppRegistryApp", "ResourceGroup", "Terraform", "EKS")


150
151
152
# File 'sig/types.rbs', line 150

def import_type
  @import_type
end

#resource_count ⇒ ::Integer

Returns the value of attribute resource_count.

Returns:

  • (::Integer)


151
152
153
# File 'sig/types.rbs', line 151

def resource_count
  @resource_count
end

#source_arn ⇒ ::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def source_arn
  @source_arn
end

#source_name ⇒ ::String

Returns the value of attribute source_name.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def source_name
  @source_name
end

#terraform_source ⇒ Types::TerraformSource

Returns the value of attribute terraform_source.



154
155
156
# File 'sig/types.rbs', line 154

def terraform_source
  @terraform_source
end