Class: Aws::Types::PresignedUrlConfig
- Inherits:
-
Object
- Object
- Aws::Types::PresignedUrlConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expires_in_sec ⇒ ::Integer
Returns the value of attribute expires_in_sec.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#expires_in_sec ⇒ ::Integer
Returns the value of attribute expires_in_sec.
4106 4107 4108 |
# File 'sig/types.rbs', line 4106 def expires_in_sec @expires_in_sec end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4105 4106 4107 |
# File 'sig/types.rbs', line 4105 def role_arn @role_arn end |