Class: Aws::Types::RetrieveEnvironmentInfoMessage
- Inherits:
-
Object
- Object
- Aws::Types::RetrieveEnvironmentInfoMessage
- 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.
891 892 893 |
# File 'sig/types.rbs', line 891 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
892 893 894 |
# File 'sig/types.rbs', line 892 def environment_name @environment_name end |
#info_type ⇒ "tail", ...
Returns the value of attribute info_type.
893 894 895 |
# File 'sig/types.rbs', line 893 def info_type @info_type end |