Class: Aws::Types::ContextSummary
- Inherits:
-
Object
- Object
- Aws::Types::ContextSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_type ⇒ "SAS", ...
Returns the value of attribute application_type.
-
#content ⇒ Types::ContextContent
Returns the value of attribute content.
-
#context_type ⇒ "APPLICATION"
Returns the value of attribute context_type.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#criticality ⇒ "MISSION_CRITICAL", ...
Returns the value of attribute criticality.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#application_type ⇒ "SAS", ...
Returns the value of attribute application_type.
306 307 308 |
# File 'sig/types.rbs', line 306 def application_type @application_type end |
#content ⇒ Types::ContextContent
Returns the value of attribute content.
305 306 307 |
# File 'sig/types.rbs', line 305 def content @content end |
#context_type ⇒ "APPLICATION"
Returns the value of attribute context_type.
304 305 306 |
# File 'sig/types.rbs', line 304 def context_type @context_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
309 310 311 |
# File 'sig/types.rbs', line 309 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
308 309 310 |
# File 'sig/types.rbs', line 308 def created_by @created_by end |
#criticality ⇒ "MISSION_CRITICAL", ...
Returns the value of attribute criticality.
307 308 309 |
# File 'sig/types.rbs', line 307 def criticality @criticality end |
#id ⇒ ::String
Returns the value of attribute id.
301 302 303 |
# File 'sig/types.rbs', line 301 def id @id end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
311 312 313 |
# File 'sig/types.rbs', line 311 def last_modified_at @last_modified_at end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
310 311 312 |
# File 'sig/types.rbs', line 310 def last_modified_by @last_modified_by end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
302 303 304 |
# File 'sig/types.rbs', line 302 def profile_arn @profile_arn end |
#title ⇒ ::String
Returns the value of attribute title.
303 304 305 |
# File 'sig/types.rbs', line 303 def title @title end |