Class: Aws::Types::SignPayloadRequest
- Inherits:
-
Object
- Object
- Aws::Types::SignPayloadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#payload_format ⇒ ::String
Returns the value of attribute payload_format.
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#profile_owner ⇒ ::String
Returns the value of attribute profile_owner.
Instance Attribute Details
#payload ⇒ ::String
Returns the value of attribute payload.
322 323 324 |
# File 'sig/types.rbs', line 322 def payload @payload end |
#payload_format ⇒ ::String
Returns the value of attribute payload_format.
323 324 325 |
# File 'sig/types.rbs', line 323 def payload_format @payload_format end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
320 321 322 |
# File 'sig/types.rbs', line 320 def profile_name @profile_name end |
#profile_owner ⇒ ::String
Returns the value of attribute profile_owner.
321 322 323 |
# File 'sig/types.rbs', line 321 def profile_owner @profile_owner end |