Class: Aws::Types::License

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#beneficiary::String

Returns the value of attribute beneficiary.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def beneficiary
  @beneficiary
end

#consumption_configurationTypes::ConsumptionConfiguration

Returns the value of attribute consumption_configuration.



665
666
667
# File 'sig/types.rbs', line 665

def consumption_configuration
  @consumption_configuration
end

#create_time::String

Returns the value of attribute create_time.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def create_time
  @create_time
end

#entitlements::Array[Types::Entitlement]

Returns the value of attribute entitlements.

Returns:



664
665
666
# File 'sig/types.rbs', line 664

def entitlements
  @entitlements
end

#home_region::String

Returns the value of attribute home_region.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def home_region
  @home_region
end

#issuerTypes::IssuerDetails

Returns the value of attribute issuer.



659
660
661
# File 'sig/types.rbs', line 659

def issuer
  @issuer
end

#license_arn::String

Returns the value of attribute license_arn.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def license_arn
  @license_arn
end

#license_metadata::Array[Types::Metadata]

Returns the value of attribute license_metadata.

Returns:



666
667
668
# File 'sig/types.rbs', line 666

def 
  @license_metadata
end

#license_name::String

Returns the value of attribute license_name.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def license_name
  @license_name
end

#product_name::String

Returns the value of attribute product_name.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def product_name
  @product_name
end

#product_sku::String

Returns the value of attribute product_sku.

Returns:

  • (::String)


658
659
660
# File 'sig/types.rbs', line 658

def product_sku
  @product_sku
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "PENDING_AVAILABLE", "DEACTIVATED", "SUSPENDED", "EXPIRED", "PENDING_DELETE", "DELETED")


661
662
663
# File 'sig/types.rbs', line 661

def status
  @status
end

#validityTypes::DatetimeRange

Returns the value of attribute validity.



662
663
664
# File 'sig/types.rbs', line 662

def validity
  @validity
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def version
  @version
end