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.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def type @type end |
#uri ⇒ ::String
Returns the value of attribute uri.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def uri @uri end |