Class: Aws::Types::CreateAccessPointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def client_token
  @client_token
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def file_system_id
  @file_system_id
end

#posix_userTypes::PosixUser

Returns the value of attribute posix_user.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def posix_user
  @posix_user
end

#root_directoryTypes::RootDirectory

Returns the value of attribute root_directory.



77
78
79
# File 'sig/types.rbs', line 77

def root_directory
  @root_directory
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



74
75
76
# File 'sig/types.rbs', line 74

def tags
  @tags
end