Class: Aws::Odb::Types::AcceptMarketplaceRegistrationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::AcceptMarketplaceRegistrationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marketplace_registration_token ⇒ String
The registration token that’s generated by Amazon Web Services Marketplace and sent to Oracle Database@Amazon Web Services.
Instance Attribute Details
#marketplace_registration_token ⇒ String
The registration token that’s generated by Amazon Web Services Marketplace and sent to Oracle Database@Amazon Web Services.
20 21 22 23 24 |
# File 'lib/aws-sdk-odb/types.rb', line 20 class AcceptMarketplaceRegistrationInput < Struct.new( :marketplace_registration_token) SENSITIVE = [] include Aws::Structure end |