Class: Aws::Types::LicenseConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automated_discovery_informationTypes::AutomatedDiscoveryInformation

Returns the value of attribute automated_discovery_information.



726
727
728
# File 'sig/types.rbs', line 726

def automated_discovery_information
  @automated_discovery_information
end

#consumed_license_summary_list::Array[Types::ConsumedLicenseSummary]

Returns the value of attribute consumed_license_summary_list.

Returns:



723
724
725
# File 'sig/types.rbs', line 723

def consumed_license_summary_list
  @consumed_license_summary_list
end

#consumed_licenses::Integer

Returns the value of attribute consumed_licenses.

Returns:

  • (::Integer)


720
721
722
# File 'sig/types.rbs', line 720

def consumed_licenses
  @consumed_licenses
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def description
  @description
end

#disassociate_when_not_foundBoolean

Returns the value of attribute disassociate_when_not_found.

Returns:

  • (Boolean)


719
720
721
# File 'sig/types.rbs', line 719

def disassociate_when_not_found
  @disassociate_when_not_found
end

#license_configuration_arn::String

Returns the value of attribute license_configuration_arn.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def license_configuration_arn
  @license_configuration_arn
end

#license_configuration_id::String

Returns the value of attribute license_configuration_id.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def license_configuration_id
  @license_configuration_id
end

#license_count::Integer

Returns the value of attribute license_count.

Returns:

  • (::Integer)


717
718
719
# File 'sig/types.rbs', line 717

def license_count
  @license_count
end

#license_count_hard_limitBoolean

Returns the value of attribute license_count_hard_limit.

Returns:

  • (Boolean)


718
719
720
# File 'sig/types.rbs', line 718

def license_count_hard_limit
  @license_count_hard_limit
end

#license_counting_type"vCPU", ...

Returns the value of attribute license_counting_type.

Returns:

  • ("vCPU", "Instance", "Core", "Socket")


715
716
717
# File 'sig/types.rbs', line 715

def license_counting_type
  @license_counting_type
end

#license_expiry::Integer

Returns the value of attribute license_expiry.

Returns:

  • (::Integer)


727
728
729
# File 'sig/types.rbs', line 727

def license_expiry
  @license_expiry
end

#license_rules::Array[::String]

Returns the value of attribute license_rules.

Returns:

  • (::Array[::String])


716
717
718
# File 'sig/types.rbs', line 716

def license_rules
  @license_rules
end

#managed_resource_summary_list::Array[Types::ManagedResourceSummary]

Returns the value of attribute managed_resource_summary_list.

Returns:



724
725
726
# File 'sig/types.rbs', line 724

def managed_resource_summary_list
  @managed_resource_summary_list
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def name
  @name
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def 
  @owner_account_id
end

#product_information_list::Array[Types::ProductInformation]

Returns the value of attribute product_information_list.

Returns:



725
726
727
# File 'sig/types.rbs', line 725

def product_information_list
  @product_information_list
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def status
  @status
end