Class: Aws::Types::DescribeEnvironmentManagedActionHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEnvironmentManagedActionHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
403 404 405 |
# File 'sig/types.rbs', line 403 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
404 405 406 |
# File 'sig/types.rbs', line 404 def environment_name @environment_name end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
406 407 408 |
# File 'sig/types.rbs', line 406 def max_items @max_items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
405 406 407 |
# File 'sig/types.rbs', line 405 def next_token @next_token end |