Class: Aws::RDS::Types::Outpost

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

Overview

A data type that represents an Outpost.

For more information about RDS on Outposts, see [Amazon RDS on Amazon Web Services Outposts] in the *Amazon RDS User Guide.*

[1]: docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


20511
20512
20513
20514
20515
# File 'lib/aws-sdk-rds/types.rb', line 20511

class Outpost < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end