Class: Aws::Types::S3RecordingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arn ⇒ ::String

Returns the value of attribute bucket_arn.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def bucket_arn
  @bucket_arn
end

#prefix ⇒ ::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def prefix
  @prefix
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def role_arn
  @role_arn
end