Class: Aws::Types::LicenseConfigurationAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ami_association_scope::String

Returns the value of attribute ami_association_scope.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def ami_association_scope
  @ami_association_scope
end

#association_time::Time

Returns the value of attribute association_time.

Returns:

  • (::Time)


735
736
737
# File 'sig/types.rbs', line 735

def association_time
  @association_time
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def resource_arn
  @resource_arn
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def resource_owner_id
  @resource_owner_id
end

#resource_type"EC2_INSTANCE", ...

Returns the value of attribute resource_type.

Returns:

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


733
734
735
# File 'sig/types.rbs', line 733

def resource_type
  @resource_type
end