Class: Aws::Types::BatchGetDeploymentGroupsInput

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)


100
101
102
# File 'sig/types.rbs', line 100

def application_name
  @application_name
end

#deployment_group_names::Array[::String]

Returns the value of attribute deployment_group_names.

Returns:

  • (::Array[::String])


101
102
103
# File 'sig/types.rbs', line 101

def deployment_group_names
  @deployment_group_names
end