Class: Aws::Types::SignPayloadRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def payload
  @payload
end

#payload_format::String

Returns the value of attribute payload_format.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def profile_owner
  @profile_owner
end