Class: Aws::Types::AccessDescription
- Inherits:
-
Object
- Object
- Aws::Types::AccessDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_location ⇒ Types::GeneralName
Returns the value of attribute access_location.
-
#access_method ⇒ Types::AccessMethod
Returns the value of attribute access_method.
Instance Attribute Details
#access_location ⇒ Types::GeneralName
Returns the value of attribute access_location.
32 33 34 |
# File 'sig/types.rbs', line 32 def access_location @access_location end |
#access_method ⇒ Types::AccessMethod
Returns the value of attribute access_method.
31 32 33 |
# File 'sig/types.rbs', line 31 def access_method @access_method end |