Class: Aws::SageMaker::Types::DescribeReservedCapacityRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_capacity_arnString

ARN of the reserved capacity to describe.



21071
21072
21073
21074
21075
# File 'lib/aws-sdk-sagemaker/types.rb', line 21071

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