Class: Aws::Types::DeclarativePoliciesReport

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


4069
4070
4071
# File 'sig/types.rbs', line 4069

def end_time
  @end_time
end

#report_id::String

Returns the value of attribute report_id.

Returns:

  • (::String)


4064
4065
4066
# File 'sig/types.rbs', line 4064

def report_id
  @report_id
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


4065
4066
4067
# File 'sig/types.rbs', line 4065

def s3_bucket
  @s3_bucket
end

#s3_prefix::String

Returns the value of attribute s3_prefix.

Returns:

  • (::String)


4066
4067
4068
# File 'sig/types.rbs', line 4066

def s3_prefix
  @s3_prefix
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


4068
4069
4070
# File 'sig/types.rbs', line 4068

def start_time
  @start_time
end

#status"running", ...

Returns the value of attribute status.

Returns:

  • ("running", "cancelled", "complete", "error")


4070
4071
4072
# File 'sig/types.rbs', line 4070

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



4071
4072
4073
# File 'sig/types.rbs', line 4071

def tags
  @tags
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


4067
4068
4069
# File 'sig/types.rbs', line 4067

def target_id
  @target_id
end