Class: Aws::Types::PolicyGeneration
- Inherits:
-
Object
- Object
- Aws::Types::PolicyGeneration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
-
#started_on ⇒ ::Time
Returns the value of attribute started_on.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
930 931 932 |
# File 'sig/types.rbs', line 930 def completed_on @completed_on end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
926 927 928 |
# File 'sig/types.rbs', line 926 def job_id @job_id end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
927 928 929 |
# File 'sig/types.rbs', line 927 def principal_arn @principal_arn end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
929 930 931 |
# File 'sig/types.rbs', line 929 def started_on @started_on end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
928 929 930 |
# File 'sig/types.rbs', line 928 def status @status end |