Class: Aws::Types::Assertion

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)


26
27
28
# File 'sig/types.rbs', line 26

def assertion_id
  @assertion_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


29
30
31
# File 'sig/types.rbs', line 29

def created_at
  @created_at
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def service_arn
  @service_arn
end

#source"AI_GENERATED", "USER"

Returns the value of attribute source.

Returns:

  • ("AI_GENERATED", "USER")


28
29
30
# File 'sig/types.rbs', line 28

def source
  @source
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def text
  @text
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


30
31
32
# File 'sig/types.rbs', line 30

def updated_at
  @updated_at
end