Class: Aws::Types::AppInputSource
- Inherits:
-
Object
- Object
- Aws::Types::AppInputSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eks_source_cluster_namespace ⇒ Types::EksSourceClusterNamespace
Returns the value of attribute eks_source_cluster_namespace.
-
#import_type ⇒ "CfnStack", ...
Returns the value of attribute import_type.
-
#resource_count ⇒ ::Integer
Returns the value of attribute resource_count.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
-
#terraform_source ⇒ Types::TerraformSource
Returns the value of attribute terraform_source.
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.
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.
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.
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.
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 |