Class: Aws::Types::SourceAccessConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SourceAccessConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "BASIC_AUTH", ...
Returns the value of attribute type.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#type ⇒ "BASIC_AUTH", ...
Returns the value of attribute type.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def type @type end |
#uri ⇒ ::String
Returns the value of attribute uri.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def uri @uri end |