Class: Aws::SageMaker::Types::DescribeReservedCapacityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeReservedCapacityRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
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 |