Class: Aws::Types::Assertion
- Inherits:
-
Object
- Object
- Aws::Types::Assertion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assertion_id ⇒ ::String
Returns the value of attribute assertion_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#source ⇒ "AI_GENERATED", "USER"
Returns the value of attribute source.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#assertion_id ⇒ ::String
Returns the value of attribute assertion_id.
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.
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.
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.
28 29 30 |
# File 'sig/types.rbs', line 28 def source @source end |
#text ⇒ ::String
Returns the value of attribute text.
27 28 29 |
# File 'sig/types.rbs', line 27 def text @text end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
30 31 32 |
# File 'sig/types.rbs', line 30 def updated_at @updated_at end |