Class: Aws::Types::AccessMethod
- Inherits:
-
Object
- Object
- Aws::Types::AccessMethod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_method_type ⇒ "CA_REPOSITORY", ...
Returns the value of attribute access_method_type.
-
#custom_object_identifier ⇒ ::String
Returns the value of attribute custom_object_identifier.
Instance Attribute Details
#access_method_type ⇒ "CA_REPOSITORY", ...
Returns the value of attribute access_method_type.
38 39 40 |
# File 'sig/types.rbs', line 38 def access_method_type @access_method_type end |
#custom_object_identifier ⇒ ::String
Returns the value of attribute custom_object_identifier.
37 38 39 |
# File 'sig/types.rbs', line 37 def custom_object_identifier @custom_object_identifier end |