Class: Aws::Types::CreateFileSystemResponse

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)


57
58
59
# File 'sig/types.rbs', line 57

def bucket
  @bucket
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def client_token
  @client_token
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


54
55
56
# File 'sig/types.rbs', line 54

def creation_time
  @creation_time
end

#file_system_arn::String

Returns the value of attribute file_system_arn.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def file_system_arn
  @file_system_arn
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def file_system_id
  @file_system_id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def name
  @name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def owner_id
  @owner_id
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def prefix
  @prefix
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def role_arn
  @role_arn
end

#status"available", ...

Returns the value of attribute status.

Returns:

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


61
62
63
# File 'sig/types.rbs', line 61

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



65
66
67
# File 'sig/types.rbs', line 65

def tags
  @tags
end