Class: Aws::Types::ReportDestinationS3

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_access_role_arn::String

Returns the value of attribute bucket_access_role_arn.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def bucket_access_role_arn
  @bucket_access_role_arn
end

#s3_bucket_arn::String

Returns the value of attribute s3_bucket_arn.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def s3_bucket_arn
  @s3_bucket_arn
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def subdirectory
  @subdirectory
end