Class: Aws::Types::DescribeViewRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeViewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
-
#view_token ⇒ ::String
Returns the value of attribute view_token.
Instance Attribute Details
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
81 82 83 |
# File 'sig/types.rbs', line 81 def connection_token @connection_token end |
#view_token ⇒ ::String
Returns the value of attribute view_token.
80 81 82 |
# File 'sig/types.rbs', line 80 def view_token @view_token end |