Class: Aws::Types::Session
- Inherits:
-
Object
- Object
- Aws::Types::Session
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#start_timestamp ⇒ ::String
Returns the value of attribute start_timestamp.
-
#stop_timestamp ⇒ ::String
Returns the value of attribute stop_timestamp.
Instance Attribute Details
#duration ⇒ ::Integer
Returns the value of attribute duration.
2787 2788 2789 |
# File 'sig/types.rbs', line 2787 def duration @duration end |
#id ⇒ ::String
Returns the value of attribute id.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def id @id end |
#start_timestamp ⇒ ::String
Returns the value of attribute start_timestamp.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def end |
#stop_timestamp ⇒ ::String
Returns the value of attribute stop_timestamp.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def end |