Class: Aws::Types::FileSystemAssociationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_association_arn::String

Returns the value of attribute file_system_association_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


908
909
910
# File 'sig/types.rbs', line 908

def gateway_arn
  @gateway_arn
end