Class: Aws::Types::FreeTrialPricingTerm

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration::String

Returns the value of attribute duration.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def duration
  @duration
end

#grants::Array[Types::GrantItem]

Returns the value of attribute grants.

Returns:



196
197
198
# File 'sig/types.rbs', line 196

def grants
  @grants
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def id
  @id
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



194
195
196
# File 'sig/types.rbs', line 194

def type
  @type
end