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

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

Overview

Describes a file share.

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)


4076
4077
4078
4079
4080
4081
4082
4083
4084
# File 'lib/aws-sdk-storagegateway/types.rb', line 4076

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)


4076
4077
4078
4079
4080
4081
4082
4083
4084
# File 'lib/aws-sdk-storagegateway/types.rb', line 4076

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)


4076
4077
4078
4079
4080
4081
4082
4083
4084
# File 'lib/aws-sdk-storagegateway/types.rb', line 4076

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)


4076
4077
4078
4079
4080
4081
4082
4083
4084
# File 'lib/aws-sdk-storagegateway/types.rb', line 4076

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 AWS Region.

Returns:

  • (String)


4076
4077
4078
4079
4080
4081
4082
4083
4084
# File 'lib/aws-sdk-storagegateway/types.rb', line 4076

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