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)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def target_bucket
  @target_bucket
end

#target_grants::Array[Types::TargetGrant]

Returns the value of attribute target_grants.

Returns:



1932
1933
1934
# File 'sig/types.rbs', line 1932

def target_grants
  @target_grants
end

#target_object_key_formatTypes::TargetObjectKeyFormat

Returns the value of attribute target_object_key_format.



1934
1935
1936
# File 'sig/types.rbs', line 1934

def target_object_key_format
  @target_object_key_format
end

#target_prefix::String

Returns the value of attribute target_prefix.

Returns:

  • (::String)


1933
1934
1935
# File 'sig/types.rbs', line 1933

def target_prefix
  @target_prefix
end