Class: Aws::Types::ListDeploymentsInput

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)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def application_name
  @application_name
end

#create_time_rangeTypes::TimeRange

Returns the value of attribute create_time_range.

Returns:



1007
1008
1009
# File 'sig/types.rbs', line 1007

def create_time_range
  @create_time_range
end

#deployment_group_name::String

Returns the value of attribute deployment_group_name.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def deployment_group_name
  @deployment_group_name
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def external_id
  @external_id
end

#include_only_statuses::Array[("Created" | "Queued" | "InProgress" | "Baking" | "Succeeded" | "Failed" | "Stopped" | "Ready")]

Returns the value of attribute include_only_statuses.

Returns:

  • (::Array[("Created" | "Queued" | "InProgress" | "Baking" | "Succeeded" | "Failed" | "Stopped" | "Ready")])


1006
1007
1008
# File 'sig/types.rbs', line 1006

def include_only_statuses
  @include_only_statuses
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def next_token
  @next_token
end