Class: Aws::Types::ListDeploymentGroupsOutput

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)


969
970
971
# File 'sig/types.rbs', line 969

def application_name
  @application_name
end

#deployment_groups::Array[::String]

Returns the value of attribute deployment_groups.

Returns:

  • (::Array[::String])


970
971
972
# File 'sig/types.rbs', line 970

def deployment_groups
  @deployment_groups
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


971
972
973
# File 'sig/types.rbs', line 971

def next_token
  @next_token
end