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]
9989 |
# File 'sig/client.rbs', line 9989
def attribute_summaries: () -> ::Array[Types::AttributeSummary]
|
#end_time ⇒ ::Time
9986 |
# File 'sig/client.rbs', line 9986
def end_time: () -> ::Time
|
#number_of_accounts ⇒ ::Integer
9987 |
# File 'sig/client.rbs', line 9987
def number_of_accounts: () -> ::Integer
|
#number_of_failed_accounts ⇒ ::Integer
9988 |
# File 'sig/client.rbs', line 9988
def number_of_failed_accounts: () -> ::Integer
|
#report_id ⇒ ::String
9981 |
# File 'sig/client.rbs', line 9981
def report_id: () -> ::String
|
#s3_bucket ⇒ ::String
9982 |
# File 'sig/client.rbs', line 9982
def s3_bucket: () -> ::String
|
#s3_prefix ⇒ ::String
9983 |
# File 'sig/client.rbs', line 9983
def s3_prefix: () -> ::String
|
#start_time ⇒ ::Time
9985 |
# File 'sig/client.rbs', line 9985
def start_time: () -> ::Time
|
#target_id ⇒ ::String
9984 |
# File 'sig/client.rbs', line 9984
def target_id: () -> ::String
|