Class: Aws::Types::AccessPreview
- Inherits:
-
Object
- Object
- Aws::Types::AccessPreview
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
-
#configurations ⇒ ::Hash[::String, Types::Configuration]
Returns the value of attribute configurations.
-
#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.
24 25 26 |
# File 'sig/types.rbs', line 24 def analyzer_arn @analyzer_arn end |
#configurations ⇒ ::Hash[::String, Types::Configuration]
Returns the value of attribute configurations.
25 26 27 |
# File 'sig/types.rbs', line 25 def configurations @configurations end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
26 27 28 |
# File 'sig/types.rbs', line 26 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
23 24 25 |
# File 'sig/types.rbs', line 23 def id @id end |
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
27 28 29 |
# File 'sig/types.rbs', line 27 def status @status end |
#status_reason ⇒ Types::AccessPreviewStatusReason
Returns the value of attribute status_reason.
28 29 30 |
# File 'sig/types.rbs', line 28 def status_reason @status_reason end |