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)


200
201
202
# File 'sig/types.rbs', line 200

def duration
  @duration
end

#grants::Array[Types::GrantItem]

Returns the value of attribute grants.

Returns:



201
202
203
# File 'sig/types.rbs', line 201

def grants
  @grants
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def id
  @id
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



199
200
201
# File 'sig/types.rbs', line 199

def type
  @type
end