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]
10030 |
# File 'sig/client.rbs', line 10030
def attribute_summaries: () -> ::Array[Types::AttributeSummary]
|
#end_time ⇒ ::Time
10027 |
# File 'sig/client.rbs', line 10027
def end_time: () -> ::Time
|
#number_of_accounts ⇒ ::Integer
10028 |
# File 'sig/client.rbs', line 10028
def number_of_accounts: () -> ::Integer
|
#number_of_failed_accounts ⇒ ::Integer
10029 |
# File 'sig/client.rbs', line 10029
def number_of_failed_accounts: () -> ::Integer
|
#report_id ⇒ ::String
10022 |
# File 'sig/client.rbs', line 10022
def report_id: () -> ::String
|
#s3_bucket ⇒ ::String
10023 |
# File 'sig/client.rbs', line 10023
def s3_bucket: () -> ::String
|
#s3_prefix ⇒ ::String
10024 |
# File 'sig/client.rbs', line 10024
def s3_prefix: () -> ::String
|
#start_time ⇒ ::Time
10026 |
# File 'sig/client.rbs', line 10026
def start_time: () -> ::Time
|
#target_id ⇒ ::String
10025 |
# File 'sig/client.rbs', line 10025
def target_id: () -> ::String
|