Class: Aws::Types::ContextSummary
- Inherits:
-
Object
- Object
- Aws::Types::ContextSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context_arn ⇒ ::String
Returns the value of attribute context_arn.
-
#context_name ⇒ ::String
Returns the value of attribute context_name.
-
#context_type ⇒ ::String
Returns the value of attribute context_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#source ⇒ Types::ContextSource
Returns the value of attribute source.
Instance Attribute Details
#context_arn ⇒ ::String
Returns the value of attribute context_arn.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def context_arn @context_arn end |
#context_name ⇒ ::String
Returns the value of attribute context_name.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def context_name @context_name end |
#context_type ⇒ ::String
Returns the value of attribute context_type.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def context_type @context_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def last_modified_time @last_modified_time end |
#source ⇒ Types::ContextSource
Returns the value of attribute source.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def source @source end |