Class: Aws::Types::ListDeploymentsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeploymentsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#create_time_range ⇒ Types::TimeRange
Returns the value of attribute create_time_range.
-
#deployment_group_name ⇒ ::String
Returns the value of attribute deployment_group_name.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#include_only_statuses ⇒ ::Array[("Created" | "Queued" | "InProgress" | "Baking" | "Succeeded" | "Failed" | "Stopped" | "Ready")]
Returns the value of attribute include_only_statuses.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def application_name @application_name end |
#create_time_range ⇒ Types::TimeRange
Returns the value of attribute create_time_range.
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.
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.
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.
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.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def next_token @next_token end |