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:



9836
9837
9838
# File 'sig/types.rbs', line 9836

def attribute_summaries
  @attribute_summaries
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


9833
9834
9835
# File 'sig/types.rbs', line 9833

def end_time
  @end_time
end

#number_of_accounts::Integer

Returns the value of attribute number_of_accounts.

Returns:

  • (::Integer)


9834
9835
9836
# File 'sig/types.rbs', line 9834

def number_of_accounts
  @number_of_accounts
end

#number_of_failed_accounts::Integer

Returns the value of attribute number_of_failed_accounts.

Returns:

  • (::Integer)


9835
9836
9837
# File 'sig/types.rbs', line 9835

def number_of_failed_accounts
  @number_of_failed_accounts
end

#report_id::String

Returns the value of attribute report_id.

Returns:

  • (::String)


9828
9829
9830
# File 'sig/types.rbs', line 9828

def report_id
  @report_id
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


9829
9830
9831
# File 'sig/types.rbs', line 9829

def s3_bucket
  @s3_bucket
end

#s3_prefix::String

Returns the value of attribute s3_prefix.

Returns:

  • (::String)


9830
9831
9832
# File 'sig/types.rbs', line 9830

def s3_prefix
  @s3_prefix
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


9832
9833
9834
# File 'sig/types.rbs', line 9832

def start_time
  @start_time
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


9831
9832
9833
# File 'sig/types.rbs', line 9831

def target_id
  @target_id
end