Class: Aws::Bedrock::Types::SupportTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::SupportTerm
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Describes a support term.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#refund_policy_description ⇒ String
Describes the refund policy.
Instance Attribute Details
#refund_policy_description ⇒ String
Describes the refund policy.
8875 8876 8877 8878 8879 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8875 class SupportTerm < Struct.new( :refund_policy_description) SENSITIVE = [] include Aws::Structure end |