Class: Aws::Types::FreeTrialAccountInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def 
  @account_id
end

#free_trial_info::Array[Types::FreeTrialInfo]

Returns the value of attribute free_trial_info.

Returns:



1598
1599
1600
# File 'sig/types.rbs', line 1598

def free_trial_info
  @free_trial_info
end