Class: Aws::Types::S3FilesVolumeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_arn::String

Returns the value of attribute access_point_arn.

Returns:

  • (::String)


2203
2204
2205
# File 'sig/types.rbs', line 2203

def access_point_arn
  @access_point_arn
end

#file_system_arn::String

Returns the value of attribute file_system_arn.

Returns:

  • (::String)


2200
2201
2202
# File 'sig/types.rbs', line 2200

def file_system_arn
  @file_system_arn
end

#root_directory::String

Returns the value of attribute root_directory.

Returns:

  • (::String)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def root_directory
  @root_directory
end

#transit_encryption_port::Integer

Returns the value of attribute transit_encryption_port.

Returns:

  • (::Integer)


2202
2203
2204
# File 'sig/types.rbs', line 2202

def transit_encryption_port
  @transit_encryption_port
end