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.
10061 10062 10063 |
# File 'sig/types.rbs', line 10061 def attribute_summaries @attribute_summaries end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
10058 10059 10060 |
# File 'sig/types.rbs', line 10058 def end_time @end_time end |
#number_of_accounts ⇒ ::Integer
Returns the value of attribute number_of_accounts.
10059 10060 10061 |
# File 'sig/types.rbs', line 10059 def number_of_accounts @number_of_accounts end |
#number_of_failed_accounts ⇒ ::Integer
Returns the value of attribute number_of_failed_accounts.
10060 10061 10062 |
# File 'sig/types.rbs', line 10060 def number_of_failed_accounts @number_of_failed_accounts end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
10053 10054 10055 |
# File 'sig/types.rbs', line 10053 def report_id @report_id end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
10054 10055 10056 |
# File 'sig/types.rbs', line 10054 def s3_bucket @s3_bucket end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
10055 10056 10057 |
# File 'sig/types.rbs', line 10055 def s3_prefix @s3_prefix end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
10057 10058 10059 |
# File 'sig/types.rbs', line 10057 def start_time @start_time end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
10056 10057 10058 |
# File 'sig/types.rbs', line 10056 def target_id @target_id end |