Class: Aws::Types::DeleteAppInputSourceRequest

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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