Class: Aws::Types::LicenseAssetGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_license_asset_ruleset_arns::Array[::String]

Returns the value of attribute associated_license_asset_ruleset_arns.

Returns:

  • (::Array[::String])


676
677
678
# File 'sig/types.rbs', line 676

def associated_license_asset_ruleset_arns
  @associated_license_asset_ruleset_arns
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def description
  @description
end

#latest_resource_discovery_time::Time

Returns the value of attribute latest_resource_discovery_time.

Returns:

  • (::Time)


682
683
684
# File 'sig/types.rbs', line 682

def latest_resource_discovery_time
  @latest_resource_discovery_time
end

#latest_usage_analysis_time::Time

Returns the value of attribute latest_usage_analysis_time.

Returns:

  • (::Time)


681
682
683
# File 'sig/types.rbs', line 681

def latest_usage_analysis_time
  @latest_usage_analysis_time
end

#license_asset_group_arn::String

Returns the value of attribute license_asset_group_arn.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def license_asset_group_arn
  @license_asset_group_arn
end

#license_asset_group_configurations::Array[Types::LicenseAssetGroupConfiguration]

Returns the value of attribute license_asset_group_configurations.



675
676
677
# File 'sig/types.rbs', line 675

def license_asset_group_configurations
  @license_asset_group_configurations
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

def name
  @name
end

#properties::Array[Types::LicenseAssetGroupProperty]

Returns the value of attribute properties.

Returns:



677
678
679
# File 'sig/types.rbs', line 677

def properties
  @properties
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DISABLED", "DELETED")


679
680
681
# File 'sig/types.rbs', line 679

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def status_message
  @status_message
end