Module: Aws::EC2::Client::_GetDeclarativePoliciesReportSummaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDeclarativePoliciesReportSummaryResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attribute_summaries ⇒ ::Array[Types::AttributeSummary]
- #end_time ⇒ ::Time
- #number_of_accounts ⇒ ::Integer
- #number_of_failed_accounts ⇒ ::Integer
- #report_id ⇒ ::String
- #s3_bucket ⇒ ::String
- #s3_prefix ⇒ ::String
- #start_time ⇒ ::Time
- #target_id ⇒ ::String
Instance Method Details
#attribute_summaries ⇒ ::Array[Types::AttributeSummary]
10329 |
# File 'sig/client.rbs', line 10329
def attribute_summaries: () -> ::Array[Types::AttributeSummary]
|
#end_time ⇒ ::Time
10326 |
# File 'sig/client.rbs', line 10326
def end_time: () -> ::Time
|
#number_of_accounts ⇒ ::Integer
10327 |
# File 'sig/client.rbs', line 10327
def number_of_accounts: () -> ::Integer
|
#number_of_failed_accounts ⇒ ::Integer
10328 |
# File 'sig/client.rbs', line 10328
def number_of_failed_accounts: () -> ::Integer
|
#report_id ⇒ ::String
10321 |
# File 'sig/client.rbs', line 10321
def report_id: () -> ::String
|
#s3_bucket ⇒ ::String
10322 |
# File 'sig/client.rbs', line 10322
def s3_bucket: () -> ::String
|
#s3_prefix ⇒ ::String
10323 |
# File 'sig/client.rbs', line 10323
def s3_prefix: () -> ::String
|
#start_time ⇒ ::Time
10325 |
# File 'sig/client.rbs', line 10325
def start_time: () -> ::Time
|
#target_id ⇒ ::String
10324 |
# File 'sig/client.rbs', line 10324
def target_id: () -> ::String
|