Class: Aws::Types::RequestEnvironmentInfoMessage
- Inherits:
-
Object
- Object
- Aws::Types::RequestEnvironmentInfoMessage
- 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.
-
#info_type ⇒ "tail", ...
Returns the value of attribute info_type.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
852 853 854 |
# File 'sig/types.rbs', line 852 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
853 854 855 |
# File 'sig/types.rbs', line 853 def environment_name @environment_name end |
#info_type ⇒ "tail", ...
Returns the value of attribute info_type.
854 855 856 |
# File 'sig/types.rbs', line 854 def info_type @info_type end |