Class: Aws::Types::FileShareInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_arn::String

Returns the value of attribute file_share_arn.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def file_share_arn
  @file_share_arn
end

#file_share_id::String

Returns the value of attribute file_share_id.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def file_share_id
  @file_share_id
end

#file_share_status::String

Returns the value of attribute file_share_status.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def file_share_status
  @file_share_status
end

#file_share_type"NFS", "SMB"

Returns the value of attribute file_share_type.

Returns:

  • ("NFS", "SMB")


878
879
880
# File 'sig/types.rbs', line 878

def file_share_type
  @file_share_type
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def gateway_arn
  @gateway_arn
end