Class: Aws::Types::PresignedUrlConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expires_in_sec::Integer

Returns the value of attribute expires_in_sec.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


4105
4106
4107
# File 'sig/types.rbs', line 4105

def role_arn
  @role_arn
end