Class: Aws::Lightsail::Types::GetProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetProfileResult
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#partner ⇒ Types::PartnerInfo
An object that describes the partner membership of the account, such as the tier of the membership, its status, and when the account was enrolled.
-
#profile_type ⇒ String
The type of the profile.
Instance Attribute Details
#partner ⇒ Types::PartnerInfo
An object that describes the partner membership of the account, such as the tier of the membership, its status, and when the account was enrolled.
This parameter is returned only for accounts that have a
profileType of LightsailPartner.
9050 9051 9052 9053 9054 9055 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9050 class GetProfileResult < Struct.new( :profile_type, :partner) SENSITIVE = [] include Aws::Structure end |
#profile_type ⇒ String
The type of the profile.
The following profile types are possible:
Lightsailor– The account is not enrolled in the Lightsail partner program.LightsailPartner– The account is enrolled in the Lightsail partner program.
9050 9051 9052 9053 9054 9055 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9050 class GetProfileResult < Struct.new( :profile_type, :partner) SENSITIVE = [] include Aws::Structure end |