Class: Aws::Types::ListFileSystemsDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def bucket
  @bucket
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


253
254
255
# File 'sig/types.rbs', line 253

def creation_time
  @creation_time
end

#file_system_arn::String

Returns the value of attribute file_system_arn.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def file_system_arn
  @file_system_arn
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def file_system_id
  @file_system_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def name
  @name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def owner_id
  @owner_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def role_arn
  @role_arn
end

#status"available", ...

Returns the value of attribute status.

Returns:

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


258
259
260
# File 'sig/types.rbs', line 258

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def status_message
  @status_message
end