Class: Aws::Types::CreateAccessPointResponse

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)


29
30
31
# File 'sig/types.rbs', line 29

def access_point_arn
  @access_point_arn
end

#access_point_id::String

Returns the value of attribute access_point_id.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def access_point_id
  @access_point_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def client_token
  @client_token
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def file_system_id
  @file_system_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def name
  @name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def owner_id
  @owner_id
end

#posix_userTypes::PosixUser

Returns the value of attribute posix_user.

Returns:



35
36
37
# File 'sig/types.rbs', line 35

def posix_user
  @posix_user
end

#root_directoryTypes::RootDirectory

Returns the value of attribute root_directory.



36
37
38
# File 'sig/types.rbs', line 36

def root_directory
  @root_directory
end

#status"available", ...

Returns the value of attribute status.

Returns:

  • ("available", "creating", "deleting", "deleted", "error", "updating")


33
34
35
# File 'sig/types.rbs', line 33

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



37
38
39
# File 'sig/types.rbs', line 37

def tags
  @tags
end