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]
10003 |
# File 'sig/client.rbs', line 10003
def attribute_summaries: () -> ::Array[Types::AttributeSummary]
|
#end_time ⇒ ::Time
10000 |
# File 'sig/client.rbs', line 10000
def end_time: () -> ::Time
|
#number_of_accounts ⇒ ::Integer
10001 |
# File 'sig/client.rbs', line 10001
def number_of_accounts: () -> ::Integer
|
#number_of_failed_accounts ⇒ ::Integer
10002 |
# File 'sig/client.rbs', line 10002
def number_of_failed_accounts: () -> ::Integer
|
#report_id ⇒ ::String
9995 |
# File 'sig/client.rbs', line 9995
def report_id: () -> ::String
|
#s3_bucket ⇒ ::String
9996 |
# File 'sig/client.rbs', line 9996
def s3_bucket: () -> ::String
|
#s3_prefix ⇒ ::String
9997 |
# File 'sig/client.rbs', line 9997
def s3_prefix: () -> ::String
|
#start_time ⇒ ::Time
9999 |
# File 'sig/client.rbs', line 9999
def start_time: () -> ::Time
|
#target_id ⇒ ::String
9998 |
# File 'sig/client.rbs', line 9998
def target_id: () -> ::String
|