Class: Aws::Types::LoggingEnabled

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#target_bucket::String

Returns the value of attribute target_bucket.

Returns:

  • (::String)


1912
1913
1914
# File 'sig/types.rbs', line 1912

def target_bucket
  @target_bucket
end

#target_grants::Array[Types::TargetGrant]

Returns the value of attribute target_grants.

Returns:



1913
1914
1915
# File 'sig/types.rbs', line 1913

def target_grants
  @target_grants
end

#target_object_key_formatTypes::TargetObjectKeyFormat

Returns the value of attribute target_object_key_format.



1915
1916
1917
# File 'sig/types.rbs', line 1915

def target_object_key_format
  @target_object_key_format
end

#target_prefix::String

Returns the value of attribute target_prefix.

Returns:

  • (::String)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def target_prefix
  @target_prefix
end