Class: Aws::Types::FileSystemAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::FileSystemAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system_association_arn ⇒ ::String
Returns the value of attribute file_system_association_arn.
-
#file_system_association_id ⇒ ::String
Returns the value of attribute file_system_association_id.
-
#file_system_association_status ⇒ ::String
Returns the value of attribute file_system_association_status.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
Instance Attribute Details
#file_system_association_arn ⇒ ::String
Returns the value of attribute file_system_association_arn.
906 907 908 |
# File 'sig/types.rbs', line 906 def file_system_association_arn @file_system_association_arn end |
#file_system_association_id ⇒ ::String
Returns the value of attribute file_system_association_id.
905 906 907 |
# File 'sig/types.rbs', line 905 def file_system_association_id @file_system_association_id end |
#file_system_association_status ⇒ ::String
Returns the value of attribute file_system_association_status.
907 908 909 |
# File 'sig/types.rbs', line 907 def file_system_association_status @file_system_association_status end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
908 909 910 |
# File 'sig/types.rbs', line 908 def gateway_arn @gateway_arn end |