Class: Aws::Types::AssociateFileSystemInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateFileSystemInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_destination_arn ⇒ ::String
Returns the value of attribute audit_destination_arn.
-
#cache_attributes ⇒ Types::CacheAttributes
Returns the value of attribute cache_attributes.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#endpoint_network_configuration ⇒ Types::EndpointNetworkConfiguration
Returns the value of attribute endpoint_network_configuration.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#audit_destination_arn ⇒ ::String
Returns the value of attribute audit_destination_arn.
91 92 93 |
# File 'sig/types.rbs', line 91 def audit_destination_arn @audit_destination_arn end |
#cache_attributes ⇒ Types::CacheAttributes
Returns the value of attribute cache_attributes.
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.
87 88 89 |
# File 'sig/types.rbs', line 87 def client_token @client_token end |
#endpoint_network_configuration ⇒ Types::EndpointNetworkConfiguration
Returns the value of attribute endpoint_network_configuration.
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.
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.
89 90 91 |
# File 'sig/types.rbs', line 89 def location_arn @location_arn end |
#password ⇒ ::String
Returns the value of attribute password.
86 87 88 |
# File 'sig/types.rbs', line 86 def password @password end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
90 91 92 |
# File 'sig/types.rbs', line 90 def @tags end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
85 86 87 |
# File 'sig/types.rbs', line 85 def user_name @user_name end |