Class: Aws::Lightsail::Types::PartnerInfo

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

Overview

An object that contains information about the Lightsail partner program membership of an Amazon Lightsail account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enrolled_atTime

The timestamp when the account was enrolled in the Lightsail partner program.

Returns:

  • (Time)


12275
12276
12277
12278
12279
12280
12281
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12275

class PartnerInfo < Struct.new(
  :enrolled_at,
  :tier_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the partner membership.

The following statuses are possible:

  • Active – The membership is active, and the benefits of the current tier are available to the account.

  • Suspended – The membership is suspended, and the benefits of the tier are not available to the account.

Returns:

  • (String)


12275
12276
12277
12278
12279
12280
12281
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12275

class PartnerInfo < Struct.new(
  :enrolled_at,
  :tier_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#tier_nameString

The tier of the partner membership.

Returns:

  • (String)


12275
12276
12277
12278
12279
12280
12281
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12275

class PartnerInfo < Struct.new(
  :enrolled_at,
  :tier_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end