Class: Aws::StorageGateway::Types::FileShareInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

Describes a file share. Only supported S3 File Gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_arnString

The Amazon Resource Name (ARN) of the file share.

Returns:

  • (String)


3890
3891
3892
3893
3894
3895
3896
3897
3898
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3890

class FileShareInfo < Struct.new(
  :file_share_type,
  :file_share_arn,
  :file_share_id,
  :file_share_status,
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end

#file_share_idString

The ID of the file share.

Returns:

  • (String)


3890
3891
3892
3893
3894
3895
3896
3897
3898
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3890

class FileShareInfo < Struct.new(
  :file_share_type,
  :file_share_arn,
  :file_share_id,
  :file_share_status,
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end

#file_share_statusString

The status of the file share.

Valid Values: CREATING | UPDATING | AVAILABLE | DELETING

Returns:

  • (String)


3890
3891
3892
3893
3894
3895
3896
3897
3898
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3890

class FileShareInfo < Struct.new(
  :file_share_type,
  :file_share_arn,
  :file_share_id,
  :file_share_status,
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end

#file_share_typeString

The type of the file share.

Returns:

  • (String)


3890
3891
3892
3893
3894
3895
3896
3897
3898
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3890

class FileShareInfo < Struct.new(
  :file_share_type,
  :file_share_arn,
  :file_share_id,
  :file_share_status,
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

Returns:

  • (String)


3890
3891
3892
3893
3894
3895
3896
3897
3898
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3890

class FileShareInfo < Struct.new(
  :file_share_type,
  :file_share_arn,
  :file_share_id,
  :file_share_status,
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end