Class: Aws::Types::AccountFreeTrialInfo

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)


71
72
73
# File 'sig/types.rbs', line 71

def 
  @account_id
end

#data_sourcesTypes::DataSourcesFreeTrial

Returns the value of attribute data_sources.



72
73
74
# File 'sig/types.rbs', line 72

def data_sources
  @data_sources
end

#features::Array[Types::FreeTrialFeatureConfigurationResult]

Returns the value of attribute features.



73
74
75
# File 'sig/types.rbs', line 73

def features
  @features
end