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)


1842
1843
1844
# File 'sig/types.rbs', line 1842

def assertion_id
  @assertion_id
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1841
1842
1843
# File 'sig/types.rbs', line 1841

def service_arn
  @service_arn
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def text
  @text
end