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)


419
420
421
# File 'sig/types.rbs', line 419

def duration
  @duration
end

#grants::Array[Types::GrantItem]

Returns the value of attribute grants.

Returns:



420
421
422
# File 'sig/types.rbs', line 420

def grants
  @grants
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def id
  @id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def type
  @type
end