Class: Aws::Types::CreateHubContentPresignedUrlsResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateHubContentPresignedUrlsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorized_url_configs ⇒ ::Array[Types::AuthorizedUrl]
Returns the value of attribute authorized_url_configs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#authorized_url_configs ⇒ ::Array[Types::AuthorizedUrl]
Returns the value of attribute authorized_url_configs.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def @authorized_url_configs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def next_token @next_token end |