Class: Aws::Types::AccessPreviewSummary
- Inherits:
-
Object
- Object
- Aws::Types::AccessPreviewSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
-
#status_reason ⇒ Types::AccessPreviewStatusReason
Returns the value of attribute status_reason.
Instance Attribute Details
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
59 60 61 |
# File 'sig/types.rbs', line 59 def analyzer_arn @analyzer_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
60 61 62 |
# File 'sig/types.rbs', line 60 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
58 59 60 |
# File 'sig/types.rbs', line 58 def id @id end |
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
61 62 63 |
# File 'sig/types.rbs', line 61 def status @status end |
#status_reason ⇒ Types::AccessPreviewStatusReason
Returns the value of attribute status_reason.
62 63 64 |
# File 'sig/types.rbs', line 62 def status_reason @status_reason end |