Class: Aws::Types::GetFileSystemResponse

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)


168
169
170
# File 'sig/types.rbs', line 168

def bucket
  @bucket
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def client_token
  @client_token
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


165
166
167
# File 'sig/types.rbs', line 165

def creation_time
  @creation_time
end

#file_system_arn::String

Returns the value of attribute file_system_arn.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def file_system_arn
  @file_system_arn
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def file_system_id
  @file_system_id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def name
  @name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def owner_id
  @owner_id
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def prefix
  @prefix
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def role_arn
  @role_arn
end

#status"available", ...

Returns the value of attribute status.

Returns:

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


172
173
174
# File 'sig/types.rbs', line 172

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def tags
  @tags
end