Class: Aws::S3Outposts::Types::Outpost

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

Overview

Contains the details for the Outpost object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_in_bytesInteger

The Amazon S3 capacity of the outpost in bytes.

Returns:

  • (Integer)


396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 396

class Outpost < Struct.new(
  :outpost_arn,
  :s3_outpost_arn,
  :outpost_id,
  :owner_id,
  :capacity_in_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_arnString

Specifies the unique Amazon Resource Name (ARN) for the outpost.

Returns:

  • (String)


396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 396

class Outpost < Struct.new(
  :outpost_arn,
  :s3_outpost_arn,
  :outpost_id,
  :owner_id,
  :capacity_in_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_idString

Specifies the unique identifier for the outpost.

Returns:

  • (String)


396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 396

class Outpost < Struct.new(
  :outpost_arn,
  :s3_outpost_arn,
  :outpost_id,
  :owner_id,
  :capacity_in_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

Returns the Amazon Web Services account ID of the outpost owner. Useful for comparing owned versus shared outposts.

Returns:

  • (String)


396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 396

class Outpost < Struct.new(
  :outpost_arn,
  :s3_outpost_arn,
  :outpost_id,
  :owner_id,
  :capacity_in_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#s3_outpost_arnString

Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).

Returns:

  • (String)


396
397
398
399
400
401
402
403
404
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 396

class Outpost < Struct.new(
  :outpost_arn,
  :s3_outpost_arn,
  :outpost_id,
  :owner_id,
  :capacity_in_bytes)
  SENSITIVE = []
  include Aws::Structure
end