Class: Aws::Types::ProfileOutboundRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def client_token
  @client_token
end

#event_trigger_contextTypes::EventTriggerContext

Returns the value of attribute event_trigger_context.



567
568
569
# File 'sig/types.rbs', line 567

def event_trigger_context
  @event_trigger_context
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


566
567
568
# File 'sig/types.rbs', line 566

def expiration_time
  @expiration_time
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def profile_id
  @profile_id
end