Class: Aws::Types::DeleteAppInputSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAppInputSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#eks_source_cluster_namespace ⇒ Types::EksSourceClusterNamespace
Returns the value of attribute eks_source_cluster_namespace.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#terraform_source ⇒ Types::TerraformSource
Returns the value of attribute terraform_source.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
383 384 385 |
# File 'sig/types.rbs', line 383 def app_arn @app_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
384 385 386 |
# File 'sig/types.rbs', line 384 def client_token @client_token end |
#eks_source_cluster_namespace ⇒ Types::EksSourceClusterNamespace
Returns the value of attribute eks_source_cluster_namespace.
385 386 387 |
# File 'sig/types.rbs', line 385 def eks_source_cluster_namespace @eks_source_cluster_namespace end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
386 387 388 |
# File 'sig/types.rbs', line 386 def source_arn @source_arn end |
#terraform_source ⇒ Types::TerraformSource
Returns the value of attribute terraform_source.
387 388 389 |
# File 'sig/types.rbs', line 387 def terraform_source @terraform_source end |