Class: Aws::Types::LicenseConfigurationUsage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_time::Time

Returns the value of attribute association_time.

Returns:

  • (::Time)


752
753
754
# File 'sig/types.rbs', line 752

def association_time
  @association_time
end

#consumed_licenses::Integer

Returns the value of attribute consumed_licenses.

Returns:

  • (::Integer)


753
754
755
# File 'sig/types.rbs', line 753

def consumed_licenses
  @consumed_licenses
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def resource_arn
  @resource_arn
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def resource_owner_id
  @resource_owner_id
end

#resource_status::String

Returns the value of attribute resource_status.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def resource_status
  @resource_status
end

#resource_type"EC2_INSTANCE", ...

Returns the value of attribute resource_type.

Returns:

  • ("EC2_INSTANCE", "EC2_HOST", "EC2_AMI", "RDS", "SYSTEMS_MANAGER_MANAGED_INSTANCE")


749
750
751
# File 'sig/types.rbs', line 749

def resource_type
  @resource_type
end