Class: Aws::Types::CreateAssertionRequest

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)


101
102
103
# File 'sig/types.rbs', line 101

def client_token
  @client_token
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def service_arn
  @service_arn
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def text
  @text
end