Class: Aws::Types::Entitlement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_aws_account_id::String

Returns the value of attribute customer_aws_account_id.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def 
  @customer_aws_account_id
end

#customer_identifier::String

Returns the value of attribute customer_identifier.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def customer_identifier
  @customer_identifier
end

#dimension::String

Returns the value of attribute dimension.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def dimension
  @dimension
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


17
18
19
# File 'sig/types.rbs', line 17

def expiration_date
  @expiration_date
end

#license_arn::String

Returns the value of attribute license_arn.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def license_arn
  @license_arn
end

#product_code::String

Returns the value of attribute product_code.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def product_code
  @product_code
end

#valueTypes::EntitlementValue

Returns the value of attribute value.



16
17
18
# File 'sig/types.rbs', line 16

def value
  @value
end