Class: Aws::Types::GetAccessPointResponse

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)


135
136
137
# File 'sig/types.rbs', line 135

def access_point_arn
  @access_point_arn
end

#access_point_id::String

Returns the value of attribute access_point_id.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def access_point_id
  @access_point_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def client_token
  @client_token
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def file_system_id
  @file_system_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def name
  @name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def owner_id
  @owner_id
end

#posix_userTypes::PosixUser

Returns the value of attribute posix_user.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def posix_user
  @posix_user
end

#root_directoryTypes::RootDirectory

Returns the value of attribute root_directory.



142
143
144
# File 'sig/types.rbs', line 142

def root_directory
  @root_directory
end

#status"available", ...

Returns the value of attribute status.

Returns:

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


139
140
141
# File 'sig/types.rbs', line 139

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def tags
  @tags
end