Class: Aws::Types::DescribeContextResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeContextResponse
- 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.
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#source ⇒ Types::ContextSource
Returns the value of attribute source.
Instance Attribute Details
#context_arn ⇒ ::String
Returns the value of attribute context_arn.
4070 4071 4072 |
# File 'sig/types.rbs', line 4070 def context_arn @context_arn end |
#context_name ⇒ ::String
Returns the value of attribute context_name.
4069 4070 4071 |
# File 'sig/types.rbs', line 4069 def context_name @context_name end |
#context_type ⇒ ::String
Returns the value of attribute context_type.
4072 4073 4074 |
# File 'sig/types.rbs', line 4072 def context_type @context_type end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4076 4077 4078 |
# File 'sig/types.rbs', line 4076 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4075 4076 4077 |
# File 'sig/types.rbs', line 4075 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4073 4074 4075 |
# File 'sig/types.rbs', line 4073 def description @description end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4078 4079 4080 |
# File 'sig/types.rbs', line 4078 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4077 4078 4079 |
# File 'sig/types.rbs', line 4077 def last_modified_time @last_modified_time end |
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
4079 4080 4081 |
# File 'sig/types.rbs', line 4079 def lineage_group_arn @lineage_group_arn end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
4074 4075 4076 |
# File 'sig/types.rbs', line 4074 def properties @properties end |
#source ⇒ Types::ContextSource
Returns the value of attribute source.
4071 4072 4073 |
# File 'sig/types.rbs', line 4071 def source @source end |