Class: Aws::SageMaker::Types::DescribeReservedCapacityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeReservedCapacityRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reserved_capacity_arn ⇒ String
ARN of the reserved capacity to describe.
Instance Attribute Details
#reserved_capacity_arn ⇒ String
ARN of the reserved capacity to describe.
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 |