Class: Aws::Types::GetDeclarativePoliciesReportSummaryResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDeclarativePoliciesReportSummaryResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_summaries ⇒ ::Array[Types::AttributeSummary]
Returns the value of attribute attribute_summaries.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#number_of_accounts ⇒ ::Integer
Returns the value of attribute number_of_accounts.
-
#number_of_failed_accounts ⇒ ::Integer
Returns the value of attribute number_of_failed_accounts.
-
#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.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
Instance Attribute Details
#attribute_summaries ⇒ ::Array[Types::AttributeSummary]
Returns the value of attribute attribute_summaries.
9836 9837 9838 |
# File 'sig/types.rbs', line 9836 def attribute_summaries @attribute_summaries end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
9833 9834 9835 |
# File 'sig/types.rbs', line 9833 def end_time @end_time end |
#number_of_accounts ⇒ ::Integer
Returns the value of attribute number_of_accounts.
9834 9835 9836 |
# File 'sig/types.rbs', line 9834 def number_of_accounts @number_of_accounts end |
#number_of_failed_accounts ⇒ ::Integer
Returns the value of attribute number_of_failed_accounts.
9835 9836 9837 |
# File 'sig/types.rbs', line 9835 def number_of_failed_accounts @number_of_failed_accounts end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
9828 9829 9830 |
# File 'sig/types.rbs', line 9828 def report_id @report_id end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
9829 9830 9831 |
# File 'sig/types.rbs', line 9829 def s3_bucket @s3_bucket end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
9830 9831 9832 |
# File 'sig/types.rbs', line 9830 def s3_prefix @s3_prefix end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
9832 9833 9834 |
# File 'sig/types.rbs', line 9832 def start_time @start_time end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
9831 9832 9833 |
# File 'sig/types.rbs', line 9831 def target_id @target_id end |