Class: Aws::Types::ExternalUrlConfig
- Inherits:
-
Object
- Object
- Aws::Types::ExternalUrlConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_url ⇒ ::String
Returns the value of attribute access_url.
-
#approved_origins ⇒ ::Array[::String]
Returns the value of attribute approved_origins.
Instance Attribute Details
#access_url ⇒ ::String
Returns the value of attribute access_url.
226 227 228 |
# File 'sig/types.rbs', line 226 def access_url @access_url end |
#approved_origins ⇒ ::Array[::String]
Returns the value of attribute approved_origins.
227 228 229 |
# File 'sig/types.rbs', line 227 def approved_origins @approved_origins end |