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)


94
95
96
# File 'sig/types.rbs', line 94

def client_token
  @client_token
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def service_arn
  @service_arn
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def text
  @text
end