Class: Aws::Lightsail::Types::GetProfileResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#partnerTypes::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.

Returns:



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_typeString

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.

Returns:

  • (String)


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