Class: Aws::Types::DeclarativePoliciesReport
- Inherits:
-
Object
- Object
- Aws::Types::DeclarativePoliciesReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#report_id ⇒ ::String
Returns the value of attribute report_id.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "running", ...
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3945 3946 3947 |
# File 'sig/types.rbs', line 3945 def end_time @end_time end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
3940 3941 3942 |
# File 'sig/types.rbs', line 3940 def report_id @report_id end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
3941 3942 3943 |
# File 'sig/types.rbs', line 3941 def s3_bucket @s3_bucket end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
3942 3943 3944 |
# File 'sig/types.rbs', line 3942 def s3_prefix @s3_prefix end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3944 3945 3946 |
# File 'sig/types.rbs', line 3944 def start_time @start_time end |
#status ⇒ "running", ...
Returns the value of attribute status.
3946 3947 3948 |
# File 'sig/types.rbs', line 3946 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3947 3948 3949 |
# File 'sig/types.rbs', line 3947 def @tags end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
3943 3944 3945 |
# File 'sig/types.rbs', line 3943 def target_id @target_id end |