Class: Aws::Types::AssociateFileSystemInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#audit_destination_arn::String

Returns the value of attribute audit_destination_arn.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def audit_destination_arn
  @audit_destination_arn
end

#cache_attributesTypes::CacheAttributes

Returns the value of attribute cache_attributes.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def cache_attributes
  @cache_attributes
end

#client_token::String

Returns the value of attribute client_token.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def client_token
  @client_token
end

#endpoint_network_configurationTypes::EndpointNetworkConfiguration

Returns the value of attribute endpoint_network_configuration.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def endpoint_network_configuration
  @endpoint_network_configuration
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def gateway_arn
  @gateway_arn
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def location_arn
  @location_arn
end

#password::String

Returns the value of attribute password.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

def password
  @password
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def tags
  @tags
end

#user_name::String

Returns the value of attribute user_name.

Returns:



85
86
87
# File 'sig/types.rbs', line 85

def user_name
  @user_name
end