Class: Aws::Types::UpdateAssertionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assertion_id::String

Returns the value of attribute assertion_id.

Returns:

  • (::String)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def assertion_id
  @assertion_id
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def service_arn
  @service_arn
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1933
1934
1935
# File 'sig/types.rbs', line 1933

def text
  @text
end