Class: Aws::Types::CreateLocationFsxWindowsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#cmk_secret_configTypes::CmkSecretConfig

Returns the value of attribute cmk_secret_config.



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

def cmk_secret_config
  @cmk_secret_config
end

#custom_secret_configTypes::CustomSecretConfig

Returns the value of attribute custom_secret_config.



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

def custom_secret_config
  @custom_secret_config
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


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

def domain
  @domain
end

#fsx_filesystem_arn::String

Returns the value of attribute fsx_filesystem_arn.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def fsx_filesystem_arn
  @fsx_filesystem_arn
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


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

def password
  @password
end

#security_group_arns::Array[::String]

Returns the value of attribute security_group_arns.

Returns:

  • (::Array[::String])


132
133
134
# File 'sig/types.rbs', line 132

def security_group_arns
  @security_group_arns
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def subdirectory
  @subdirectory
end

#tags::Array[Types::TagListEntry]

Returns the value of attribute tags.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def tags
  @tags
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


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

def user
  @user
end