Class: Aws::Types::CreateFileSystemRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_bucket_warningBoolean

Returns the value of attribute accept_bucket_warning.

Returns:

  • (Boolean)


49
50
51
# File 'sig/types.rbs', line 49

def accept_bucket_warning
  @accept_bucket_warning
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def bucket
  @bucket
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def client_token
  @client_token
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def kms_key_id
  @kms_key_id
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def prefix
  @prefix
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



48
49
50
# File 'sig/types.rbs', line 48

def tags
  @tags
end