Class: Aws::Types::DescribeEnvironmentsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEnvironmentsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#environment_ids ⇒ ::Array[::String]
Returns the value of attribute environment_ids.
-
#environment_names ⇒ ::Array[::String]
Returns the value of attribute environment_names.
-
#include_deleted ⇒ Boolean
Returns the value of attribute include_deleted.
-
#included_deleted_back_to ⇒ ::Time
Returns the value of attribute included_deleted_back_to.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
435 436 437 |
# File 'sig/types.rbs', line 435 def application_name @application_name end |
#environment_ids ⇒ ::Array[::String]
Returns the value of attribute environment_ids.
437 438 439 |
# File 'sig/types.rbs', line 437 def environment_ids @environment_ids end |
#environment_names ⇒ ::Array[::String]
Returns the value of attribute environment_names.
438 439 440 |
# File 'sig/types.rbs', line 438 def environment_names @environment_names end |
#include_deleted ⇒ Boolean
Returns the value of attribute include_deleted.
439 440 441 |
# File 'sig/types.rbs', line 439 def include_deleted @include_deleted end |
#included_deleted_back_to ⇒ ::Time
Returns the value of attribute included_deleted_back_to.
440 441 442 |
# File 'sig/types.rbs', line 440 def included_deleted_back_to @included_deleted_back_to end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
441 442 443 |
# File 'sig/types.rbs', line 441 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
442 443 444 |
# File 'sig/types.rbs', line 442 def next_token @next_token end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
436 437 438 |
# File 'sig/types.rbs', line 436 def version_label @version_label end |