Class: Aws::Types::EnvironmentInfoDescription
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentInfoDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
-
#info_type ⇒ "tail", ...
Returns the value of attribute info_type.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#sample_timestamp ⇒ ::Time
Returns the value of attribute sample_timestamp.
Instance Attribute Details
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
530 531 532 |
# File 'sig/types.rbs', line 530 def ec2_instance_id @ec2_instance_id end |
#info_type ⇒ "tail", ...
Returns the value of attribute info_type.
529 530 531 |
# File 'sig/types.rbs', line 529 def info_type @info_type end |
#message ⇒ ::String
Returns the value of attribute message.
532 533 534 |
# File 'sig/types.rbs', line 532 def @message end |
#sample_timestamp ⇒ ::Time
Returns the value of attribute sample_timestamp.
531 532 533 |
# File 'sig/types.rbs', line 531 def @sample_timestamp end |