Class: Aws::Types::DeleteDeploymentGroupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def application_name
  @application_name
end

#deployment_group_name::String

Returns the value of attribute deployment_group_name.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def deployment_group_name
  @deployment_group_name
end