Class: Aws::S3Outposts::Types::Outpost
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Outposts::Types::Outpost
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3outposts/types.rb
Overview
Contains the details for the Outpost object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_in_bytes ⇒ Integer
The Amazon S3 capacity of the outpost in bytes.
-
#outpost_arn ⇒ String
Specifies the unique Amazon Resource Name (ARN) for the outpost.
-
#outpost_id ⇒ String
Specifies the unique identifier for the outpost.
-
#owner_id ⇒ String
Returns the Amazon Web Services account ID of the outpost owner.
-
#s3_outpost_arn ⇒ String
Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).
Instance Attribute Details
#capacity_in_bytes ⇒ Integer
The Amazon S3 capacity of the outpost in bytes.
396 397 398 399 400 401 402 403 404 |
# File '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_arn ⇒ String
Specifies the unique Amazon Resource Name (ARN) for the outpost.
396 397 398 399 400 401 402 403 404 |
# File '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_id ⇒ String
Specifies the unique identifier for the outpost.
396 397 398 399 400 401 402 403 404 |
# File '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_id ⇒ String
Returns the Amazon Web Services account ID of the outpost owner. Useful for comparing owned versus shared outposts.
396 397 398 399 400 401 402 403 404 |
# File '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_arn ⇒ String
Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).
396 397 398 399 400 401 402 403 404 |
# File '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 |