Class: Aws::Types::GetDeclarativePoliciesReportSummaryResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_summaries::Array[Types::AttributeSummary]

Returns the value of attribute attribute_summaries.

Returns:



10168
10169
10170
# File 'sig/types.rbs', line 10168

def attribute_summaries
  @attribute_summaries
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


10165
10166
10167
# File 'sig/types.rbs', line 10165

def end_time
  @end_time
end

#number_of_accounts::Integer

Returns the value of attribute number_of_accounts.

Returns:

  • (::Integer)


10166
10167
10168
# File 'sig/types.rbs', line 10166

def number_of_accounts
  @number_of_accounts
end

#number_of_failed_accounts::Integer

Returns the value of attribute number_of_failed_accounts.

Returns:

  • (::Integer)


10167
10168
10169
# File 'sig/types.rbs', line 10167

def number_of_failed_accounts
  @number_of_failed_accounts
end

#report_id::String

Returns the value of attribute report_id.

Returns:

  • (::String)


10160
10161
10162
# File 'sig/types.rbs', line 10160

def report_id
  @report_id
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


10161
10162
10163
# File 'sig/types.rbs', line 10161

def s3_bucket
  @s3_bucket
end

#s3_prefix::String

Returns the value of attribute s3_prefix.

Returns:

  • (::String)


10162
10163
10164
# File 'sig/types.rbs', line 10162

def s3_prefix
  @s3_prefix
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


10164
10165
10166
# File 'sig/types.rbs', line 10164

def start_time
  @start_time
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


10163
10164
10165
# File 'sig/types.rbs', line 10163

def target_id
  @target_id
end