Class: Aws::Types::DescribeAccessResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccessResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access ⇒ Types::DescribedAccess
Returns the value of attribute access.
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
Instance Attribute Details
#access ⇒ Types::DescribedAccess
Returns the value of attribute access.
331 332 333 |
# File 'sig/types.rbs', line 331 def access @access end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
330 331 332 |
# File 'sig/types.rbs', line 330 def server_id @server_id end |