Class: Aws::Types::StartDeclarativePoliciesReportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


17733
17734
17735
# File 'sig/types.rbs', line 17733

def dry_run
  @dry_run
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


17734
17735
17736
# File 'sig/types.rbs', line 17734

def s3_bucket
  @s3_bucket
end

#s3_prefix::String

Returns the value of attribute s3_prefix.

Returns:

  • (::String)


17735
17736
17737
# File 'sig/types.rbs', line 17735

def s3_prefix
  @s3_prefix
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



17737
17738
17739
# File 'sig/types.rbs', line 17737

def tag_specifications
  @tag_specifications
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


17736
17737
17738
# File 'sig/types.rbs', line 17736

def target_id
  @target_id
end