Class: DatadogAPIClient::V2::AWSAccountPartition

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/aws_account_partition.rb

Overview

AWS partition your AWS account is scoped to. Defaults to aws. See Partitions in the AWS documentation for more information.

Constant Summary collapse

AWS =
"aws".freeze
AWS_CN =
"aws-cn".freeze
AWS_US_GOV =
"aws-us-gov".freeze

Method Summary

Methods included from BaseEnumModel

included