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)


33
34
35
# File 'sig/types.rbs', line 33

def assertion_id
  @assertion_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


36
37
38
# File 'sig/types.rbs', line 36

def created_at
  @created_at
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def service_arn
  @service_arn
end

#source"AI_GENERATED", "USER"

Returns the value of attribute source.

Returns:

  • ("AI_GENERATED", "USER")


35
36
37
# File 'sig/types.rbs', line 35

def source
  @source
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def text
  @text
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


37
38
39
# File 'sig/types.rbs', line 37

def updated_at
  @updated_at
end