Class: Aws::Types::FileSystemAssociationInfo
- Inherits:
-
Object
- Object
- Aws::Types::FileSystemAssociationInfo
- 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.
-
#endpoint_network_configuration ⇒ Types::EndpointNetworkConfiguration
Returns the value of attribute endpoint_network_configuration.
-
#file_system_association_arn ⇒ ::String
Returns the value of attribute file_system_association_arn.
-
#file_system_association_status ⇒ ::String
Returns the value of attribute file_system_association_status.
-
#file_system_association_status_details ⇒ ::Array[Types::FileSystemAssociationStatusDetail]
Returns the value of attribute file_system_association_status_details.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#audit_destination_arn ⇒ ::String
Returns the value of attribute audit_destination_arn.
890 891 892 |
# File 'sig/types.rbs', line 890 def audit_destination_arn @audit_destination_arn end |
#cache_attributes ⇒ Types::CacheAttributes
Returns the value of attribute cache_attributes.
893 894 895 |
# File 'sig/types.rbs', line 893 def cache_attributes @cache_attributes end |
#endpoint_network_configuration ⇒ Types::EndpointNetworkConfiguration
Returns the value of attribute endpoint_network_configuration.
894 895 896 |
# File 'sig/types.rbs', line 894 def endpoint_network_configuration @endpoint_network_configuration end |
#file_system_association_arn ⇒ ::String
Returns the value of attribute file_system_association_arn.
887 888 889 |
# File 'sig/types.rbs', line 887 def file_system_association_arn @file_system_association_arn end |
#file_system_association_status ⇒ ::String
Returns the value of attribute file_system_association_status.
889 890 891 |
# File 'sig/types.rbs', line 889 def file_system_association_status @file_system_association_status end |
#file_system_association_status_details ⇒ ::Array[Types::FileSystemAssociationStatusDetail]
Returns the value of attribute file_system_association_status_details.
895 896 897 |
# File 'sig/types.rbs', line 895 def file_system_association_status_details @file_system_association_status_details end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
891 892 893 |
# File 'sig/types.rbs', line 891 def gateway_arn @gateway_arn end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
888 889 890 |
# File 'sig/types.rbs', line 888 def location_arn @location_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
892 893 894 |
# File 'sig/types.rbs', line 892 def end |