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]
10209 |
# File 'sig/client.rbs', line 10209
def attribute_summaries: () -> ::Array[Types::AttributeSummary]
|
#end_time ⇒ ::Time
10206 |
# File 'sig/client.rbs', line 10206
def end_time: () -> ::Time
|
#number_of_accounts ⇒ ::Integer
10207 |
# File 'sig/client.rbs', line 10207
def number_of_accounts: () -> ::Integer
|
#number_of_failed_accounts ⇒ ::Integer
10208 |
# File 'sig/client.rbs', line 10208
def number_of_failed_accounts: () -> ::Integer
|
#report_id ⇒ ::String
10201 |
# File 'sig/client.rbs', line 10201
def report_id: () -> ::String
|
#s3_bucket ⇒ ::String
10202 |
# File 'sig/client.rbs', line 10202
def s3_bucket: () -> ::String
|
#s3_prefix ⇒ ::String
10203 |
# File 'sig/client.rbs', line 10203
def s3_prefix: () -> ::String
|
#start_time ⇒ ::Time
10205 |
# File 'sig/client.rbs', line 10205
def start_time: () -> ::Time
|
#target_id ⇒ ::String
10204 |
# File 'sig/client.rbs', line 10204
def target_id: () -> ::String
|