Class: Aws::Types::PartnerInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enrolled_at::Time

Returns the value of attribute enrolled_at.

Returns:

  • (::Time)


2513
2514
2515
# File 'sig/types.rbs', line 2513

def enrolled_at
  @enrolled_at
end

#status"Active", "Suspended"

Returns the value of attribute status.

Returns:

  • ("Active", "Suspended")


2515
2516
2517
# File 'sig/types.rbs', line 2515

def status
  @status
end

#tier_name"Essential", ...

Returns the value of attribute tier_name.

Returns:

  • ("Essential", "Growth", "Accelerate", "Premier")


2514
2515
2516
# File 'sig/types.rbs', line 2514

def tier_name
  @tier_name
end