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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Returns:

  • (String)


19779
19780
19781
19782
19783
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19779

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