Class: Aws::Types::Session
- Inherits:
-
Object
- Object
- Aws::Types::Session
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_primary ⇒ Boolean
Returns the value of attribute is_primary.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#is_primary ⇒ Boolean
Returns the value of attribute is_primary.
2851 2852 2853 |
# File 'sig/types.rbs', line 2851 def is_primary @is_primary end |
#name ⇒ ::String
Returns the value of attribute name.
2849 2850 2851 |
# File 'sig/types.rbs', line 2849 def name @name end |
#url ⇒ ::String
Returns the value of attribute url.
2850 2851 2852 |
# File 'sig/types.rbs', line 2850 def url @url end |